CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/10/27 17:08:53
Modified files: sbin/dhclient : clparse.c dhclient.c dhclient.conf.5 dhcpd.h options.c Log message: Change dhclient.conf directive 'ignore' to take a list of option names rather than list of option declarations. e.g. 'ignore routers;' instead of 'ignore routers 1.2.3.4;' The value in the declaration was being ignored anyway. While there clean up the related code a bit.