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>
Sun, 19 Aug 2012 14:30:47 +0000 (16:30 +0200)
commit741bbb9f50a671d74b6ad0ee4b6d5e423f9309e4
treee0afc25118b29149cf4d7d8463b98267e8457f92
parentb796b237f9d8885de34018fb600f706a20bae599
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