dhclient - Sequential options processing more friendly.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 4 Aug 2012 18:23:47 +0000 (20:23 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 15 Aug 2012 01:22:18 +0000 (03:22 +0200)
commit3c8fe83fd02fbe260e34edcdf3e34ae3f81781cc
treeba4cafc2d64dd8d0f6f4d29b1ced05ac563f4dd9
parentd6210ec6b8a5fd2019d9ea14e4067badaa79adae
dhclient - Sequential options processing more friendly.

- Starting DHCP packet options with DHO_DHCP_MESSAGE_TYPE. Now
  DHCP-specific options always come after the option identifying
  the packet as DHCP rather than BOOTP. Makes at least Nortel NetIP
  DHCP server happier. Clean up some code and parameter passing.

Taken-from: OpenBSD
sbin/dhclient/dhclient.c
sbin/dhclient/dhcp.h
sbin/dhclient/dhcpd.h
sbin/dhclient/options.c