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:
Ermal 2013-07-03 13:41:17 +00:00
parent 9ce0dd1225
commit 2bc45785ca

View File

@ -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;