From d6df2c4c71678b5edd98892ca40facbb80f4ed1c Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 4 Sep 2013 15:03:18 +0000 Subject: [PATCH] When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration. --- etc/rc.newwanip | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 9298db17ab..8faa01c4e9 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -132,6 +132,10 @@ switch($config['interfaces'][$interface]['ipaddrv6']) { case "6rd": interface_6rd_configure($interface, $config['interfaces'][$interface]); break; + case "dhcp6": + if (isset($config['interfaces'][$interface]['dhcp6usev4iface'])) + interface_dhcpv6_configure($interface, $config['interfaces'][$interface]); + break; } /* Check Gif tunnels */