DragonFly BSD
DragonFly commits List (threaded) for 2012-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: dhclient - Sequential options processing more friendly.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 19 Aug 2012 07:32:46 -0700 (PDT)

commit 741bbb9f50a671d74b6ad0ee4b6d5e423f9309e4
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Sat Aug 4 20:23:47 2012 +0200

    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

Summary of changes:
 sbin/dhclient/dhclient.c |   11 ++++-------
 sbin/dhclient/dhcp.h     |    5 +++--
 sbin/dhclient/dhcpd.h    |    4 ++--
 sbin/dhclient/options.c  |   18 ++++++++++++------
 4 files changed, 21 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/741bbb9f50a671d74b6ad0ee4b6d5e423f9309e4


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]