When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration.

This commit is contained in:
Ermal 2013-09-04 15:03:18 +00:00
parent 0ec64bd2a6
commit d6df2c4c71

View File

@ -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 */