cvs commit: src/etc/rc.d dhclient src/sbin/dhclient bpf.c
dhclient-script dhclient.8 dhclient.c tables.c
Brooks Davis
brooks at FreeBSD.org
Fri Jul 29 23:36:29 GMT 2005
brooks 2005-07-29 23:36:28 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
etc/rc.d dhclient
sbin/dhclient bpf.c dhclient-script dhclient.8
dhclient.c tables.c
Log:
Sync dhclient with HEAD:
- Don't complain when debouncing dhclient startup.
- Fix buffer handling in reveive_packet(). This fixes infinite cpu
eating loops and probably some crashes.
- Spell if_defaultroute route correctly in dhclient-script so we
are allowed to change the default route.
- Document dhclient -b.
- Treat reassociation like association.
- Do not force server-name to be a valid domain name.
- Handle servers that send NUL-terminated host-name options.
Approved by: re (scottl)
Revision Changes Path
1.20.2.1 +0 -1 src/etc/rc.d/dhclient
1.2.2.1 +18 -8 src/sbin/dhclient/bpf.c
1.4.2.1 +1 -1 src/sbin/dhclient/dhclient-script
1.2.2.1 +5 -1 src/sbin/dhclient/dhclient.8
1.6.2.1 +7 -7 src/sbin/dhclient/dhclient.c
1.1.1.1.2.1 +2 -1 src/sbin/dhclient/tables.c
More information about the cvs-src
mailing list