summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 156c8f1..4d0ecf3 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -125,6 +125,10 @@ if ($interface == "lan")
/* check tunneled IPv6 interface tracking */
switch($config['interfaces'][$interface]['ipaddrv6']) {
+ case "slaac":
+ case "dhcp6":
+ interface_dhcpv6_configure($interface, $config['interfaces'][$interface]);
+ break;
case "6to4":
interface_6to4_configure($interface, $config['interfaces'][$interface]);
break;
OpenPOWER on IntegriCloud