summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-07-03 13:41:17 +0000
committerErmal <eri@pfsense.org>2013-07-04 06:58:38 +0000
commit032a3c0a21d1d84ab91f5f95e5842041f64d8a2b (patch)
tree24a71c0055b592a3e5fed0cea29a0bbbc8d335e6 /etc
parentf4d0495eac2105340a990eeb056f305df831edb9 (diff)
downloadpfsense-032a3c0a21d1d84ab91f5f95e5842041f64d8a2b.zip
pfsense-032a3c0a21d1d84ab91f5f95e5842041f64d8a2b.tar.gz
Do not reconfigure dhcp v6 on v4 ip address event. Only handle 6rd and 6to4 while the former is questionable if needed
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 06080b2..939488b 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -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;
OpenPOWER on IntegriCloud