mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not reconfigure dhcp v6 on v4 ip address event. Only handle 6rd and 6to4 while the former is questionable if needed
This commit is contained in:
parent
9ce0dd1225
commit
2bc45785ca
@ -122,10 +122,6 @@ system_hosts_generate();
|
||||
|
||||
/* 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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user