network.subr: Handle DHCP in ipv6_ifconfig_<ifname>
authorAaron LI <aly@aaronly.me>
Wed, 28 Nov 2018 04:50:44 +0000 (12:50 +0800)
committerAaron LI <aly@aaronly.me>
Wed, 28 Nov 2018 05:02:41 +0000 (13:02 +0800)
commitd15e512d3b5172c37cc1dae56a265fae383611a8
treea076843eb7d38b81e9e0e39bb5c5bf3c1485546b
parentaf7bdca177816bfbe15f961d0b0e1968219402e3
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()'.
etc/network.subr