CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/01/20 20:07:51
Modified files: sbin/dhclient : clparse.c dhclient.c dhcp.h dhcpd.h options.c parse.c tables.c usr.sbin/dhcpd : confpars.c dhcp-options.5 dhcp.h tables.c Log message: Add parsing for options 121 (classless-static-routes) and 249 (classless-ms-static-routes). dhcpd can now specify and serve these options and dhclient can recognize and use supersede, etc. statements on them. Based on a diff from Stefan Rinke. Thanks!