CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/12/09 13:28:03
Modified files: sbin/dhclient : dhclient.c dhclient.8 Log message: Add a new option to the dhclient command line interface. '-i' takes a list of option names, and any values provided for those options in leases will be ignored. Requested by phessler@ and djm@. Tested by phessler@. Possible non-optimality of ignoring list in case of error pointed out by tedu@. ok phessler@ todd@ beck@