CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/11/25 07:46:57
Modified files: sbin/dhclient : dhclient.c Log message: Nuke the DHO_ROUTERS and DHO_STATIC_ROUTES options from the effective lease when DHO_CLASSLESS_[MS_]STATIC_ROUTES are present. RFC 3442 says the client must ignore the former if the latter is present. The information was already ignored but was still written to the 'effective' section of the pseudo-lease file created by the -L option. This incorrectly implied that these options were 'effective'. Problem noted by Ed Fochler. Thanks!