summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-09-04 15:03:18 +0000
committerErmal <eri@pfsense.org>2013-09-04 15:03:31 +0000
commitd6df2c4c71678b5edd98892ca40facbb80f4ed1c (patch)
treeb33bd6d5888d7f94820e402fecc476c4b7b5c8a1 /etc
parent0ec64bd2a60309bc293ca0ca431668e0bdd96870 (diff)
downloadpfsense-d6df2c4c71678b5edd98892ca40facbb80f4ed1c.zip
pfsense-d6df2c4c71678b5edd98892ca40facbb80f4ed1c.tar.gz
When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 9298db1..8faa01c 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -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 */
OpenPOWER on IntegriCloud