Revision 032a3c0a
Added by Ermal LUÇI almost 12 years ago
etc/rc.newwanip | ||
---|---|---|
122 | 122 |
|
123 | 123 |
/* check tunneled IPv6 interface tracking */ |
124 | 124 |
switch($config['interfaces'][$interface]['ipaddrv6']) { |
125 |
case "slaac": |
|
126 |
case "dhcp6": |
|
127 |
interface_dhcpv6_configure($interface, $config['interfaces'][$interface]); |
|
128 |
break; |
|
129 | 125 |
case "6to4": |
130 | 126 |
interface_6to4_configure($interface, $config['interfaces'][$interface]); |
131 | 127 |
break; |
Also available in: Unified diff
Do not reconfigure dhcp v6 on v4 ip address event. Only handle 6rd and 6to4 while the former is questionable if needed