Date: Wed, 31 Oct 2007 14:30:20 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c Message-ID: <200710311430.l9VEUKEj086636@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2007-10-31 14:30:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c Log: MFC to RELENG_6 dhclient RFC3442 support (the classless static route option) dhclient.conf 1.2 Add a $FreeBSD$ tag missing after the original import. Note that this file isn't actually installed; the one in src/etc is. clparse.c 1.3 dhclient-script 1.15 dhclient.c 1.21 dhclient.conf 1.3 dhcp.h 1.3 tables.c 1.4 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@yandex.ru> Reviewed by: brooks dhclient-script 1.16 The minimum size of an RFC3442 destination descriptor is five bytes, so correct test to -ge 5. Without this change an RFC3442 encoded default route would be ignored. Revision Changes Path 1.1.1.1.2.2 +2 -0 src/sbin/dhclient/clparse.c 1.4.2.6 +60 -0 src/sbin/dhclient/dhclient-script 1.6.2.7 +68 -0 src/sbin/dhclient/dhclient.c 1.1.1.1.2.1 +5 -2 src/sbin/dhclient/dhclient.conf 1.2.2.1 +1 -0 src/sbin/dhclient/dhcp.h 1.1.1.1.2.3 +3 -2 src/sbin/dhclient/tables.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710311430.l9VEUKEj086636>