git: dhclient - Change config 'ignore' directive behaviour.

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Aug 9 09:40:35 PDT 2014


commit dafcba8560ef1964310caf10c2e6e9edfbff0d12
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sat Aug 9 18:24:54 2014 +0200

    dhclient - Change config 'ignore' directive behaviour.
    
    - 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.
    
    Taken-from: OpenBSD

Summary of changes:
 sbin/dhclient/clparse.c       |  11 ++--
 sbin/dhclient/dhclient.c      | 149 +++++++++++++++++++-----------------------
 sbin/dhclient/dhclient.conf.5 |  19 +++---
 sbin/dhclient/dhcpd.h         |   4 +-
 sbin/dhclient/options.c       |  14 ++--
 5 files changed, 94 insertions(+), 103 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dafcba8560ef1964310caf10c2e6e9edfbff0d12


-- 
DragonFly BSD source repository



More information about the Commits mailing list