CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/11/27 08:51:48
Modified files: sbin/dhclient : dhcpd.h clparse.c dhclient.c dhclient.conf.5 Log message: Clean up parsing of option lists. Part 6. Treat 'ignore' option lists the same as 'request' and 'require' option lists. i.e. keep a list of the options rather than using an ACTION flag. So overriding a previous ignore list will not leave breadcrumbs and incorrect ACTIONs lying around. The list will be applied when the new lease is created, and will override any ACTION specified for the option. Mention in dhclient.conf(5) that each request/require/ignore statement will override any previous one.