summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-06-11 18:33:13 +0000
committerErmal <eri@pfsense.org>2013-06-11 19:31:23 +0000
commit8959f2fc21101c38184daf8310a3d0b820bffe7d (patch)
treecf455898107090ecc96c5e2eaffb0706b38d4d09 /etc/inc
parent7fdd0c73e0c57d4ecc82e670123c7458fde1db4e (diff)
downloadpfsense-8959f2fc21101c38184daf8310a3d0b820bffe7d.zip
pfsense-8959f2fc21101c38184daf8310a3d0b820bffe7d.tar.gz
Correct the command for setting the 6rd gw
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b055846..380b072 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3292,7 +3292,7 @@ function interface_6rd_configure($interface = "wan", $wancfg) {
pfSense_interface_rename($tmpstfiface, $stfiface);
pfSense_interface_flags($stfiface, IFF_LINK2);
mwexec("/sbin/ifconfig {$stfiface} inet6 {$rd6prefix}/{$rd6prefixlen}");
- mwexec("/sbin/ifconfig {$stfiface} stfv4rd " . escapeshellarg($wancfg['gateway-6rd']));
+ 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}/{$wancfg['prefix-6rd-v4plen']}");
if ($g['debug'])
OpenPOWER on IntegriCloud