mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
0ec64bd2a6
commit
d6df2c4c71
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user