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

Aaron LI aly at crater.dragonflybsd.org
Tue Nov 27 21:03:29 PST 2018


commit 715a98c57278aab43347712709e69c3535619a42
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/715a98c57278aab43347712709e69c3535619a42


-- 
DragonFly BSD source repository



More information about the Commits mailing list