28 Oct
2013
28 Oct
'13
9:55 a.m.
On 28/10/13 13:28, Alan DeKok wrote:
The next step is to bypass the normal socket code, and do the typical DHCP server thing of creating && sending raw packets. I may be able to get that in today.
If you do add this, *please* leave it as an option, with normal UDP sockets there too. One of the most IRRITATING things about the ISC DHCP server (aside from it's crappy logging) is that it bypasses the OS IP stack - not only does this mean various tricks like policy routing don't work, but since the link-layer processing has to be hard-coded for each interface/link type, esoteric things (GRE, IP/IP) can't run an ISC dhcp listener. [One of the things I (eventually) want to use FR DHCP for is GRE tunnels.]