cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c
dhclient.conf dhcp.h tables.c
Ed Maste
emaste at FreeBSD.org
Fri Feb 9 17:50:27 UTC 2007
emaste 2007-02-09 17:50:26 UTC
FreeBSD src repository
Modified files:
sbin/dhclient clparse.c dhclient-script dhclient.c
dhclient.conf dhcp.h tables.c
Log:
Implement RFC3442, the Classless Static Route option.
The original DHCP specification includes a route option but it supports
only class-based routes. RFC3442 adds support for specifying the netmask
width for each static route. A variable length encoding is used to minimize
the size of this option.
PR: bin/99534
Submitted by: Andrey V. Elsukov <bu7cher at yandex.ru>
Reviewed by: brooks
Revision Changes Path
1.3 +2 -0 src/sbin/dhclient/clparse.c
1.15 +60 -0 src/sbin/dhclient/dhclient-script
1.21 +68 -0 src/sbin/dhclient/dhclient.c
1.3 +3 -2 src/sbin/dhclient/dhclient.conf
1.3 +1 -0 src/sbin/dhclient/dhcp.h
1.4 +3 -2 src/sbin/dhclient/tables.c
More information about the cvs-src
mailing list