summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-09-15 12:23:12 -0500
committerLuiz Souza <luiz@netgate.com>2017-09-18 10:45:47 -0500
commit040e0b40ca2bd286c3436e8f55c49dfd7d650655 (patch)
treecb1094e7bd37dded03ba273b435a359e7a79f598 /src/etc/inc
parent95a8ebeb5b7d73e7e72eba27c22d2b2b312f92de (diff)
downloadpfsense-040e0b40ca2bd286c3436e8f55c49dfd7d650655.zip
pfsense-040e0b40ca2bd286c3436e8f55c49dfd7d650655.tar.gz
Remove the previous 'no_dad' workaround now that if_stf is fixed.
Partly revert b76e0baebb70775b192507ec18f523141800ce95. (cherry picked from commit dad3885f9f5afbe0768387527122a885414dd3bc)
Diffstat (limited to 'src/etc/inc')
-rw-r--r--src/etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
index e711f91..86565a3 100644
--- a/src/etc/inc/interfaces.inc
+++ b/src/etc/inc/interfaces.inc
@@ -3880,7 +3880,7 @@ function interface_6rd_configure($interface = "wan", $wancfg) {
$tmpstfiface = pfSense_interface_create("stf");
pfSense_interface_rename($tmpstfiface, $stfiface);
pfSense_interface_flags($stfiface, IFF_LINK2);
- mwexec("/sbin/ifconfig {$stfiface} inet6 no_dad {$rd6prefix}/{$rd6prefixlen}");
+ mwexec("/sbin/ifconfig {$stfiface} inet6 {$rd6prefix}/{$rd6prefixlen}");
mwexec("/sbin/ifconfig {$stfiface} stfv4br " . escapeshellarg($wancfg['gateway-6rd']));
if ($wancfg['prefix-6rd-v4plen'] >= 0 && $wancfg['prefix-6rd-v4plen'] <= 32) {
mwexec("/sbin/ifconfig {$stfiface} stfv4net {$ip4address}/" . escapeshellarg($wancfg['prefix-6rd-v4plen']));
OpenPOWER on IntegriCloud