git: network.subr: Handle DHCP in ipv6_ifconfig_<ifname>

Aaron LI aly at crater.dragonflybsd.org
Tue Nov 27 21:02:55 PST 2018


commit d15e512d3b5172c37cc1dae56a265fae383611a8
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Nov 28 12:50:44 2018 +0800

    network.subr: Handle DHCP in ipv6_ifconfig_<ifname>
    
    Commit 329743def50a061489debcd9682983235c8f5b42 allows to set
    'ipv6_ifconfig_<ifname>="DHCP"' to tell dhcpcd(8) to configure DHCPv6
    for interface <ifname>.  However, the "DHCP" argument shouldn't be
    passed to ifconfig(8).  Handle this case by using 'ifconfig_getargs()'
    in 'network6_interface_setup()'.

Summary of changes:
 etc/network.subr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list