summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-05 19:46:48 +0200
committersmos <seth.mos@dds.nl>2012-04-05 19:47:27 +0200
commitc1a104c7c8cc61d103fe6eba8dd98a071074b4ec (patch)
treec892c51b5c9645effde053ee58c111b06764fd7e /etc/rc.newwanip
parentcb515a869b8485b10dfa6f5b2c6a0554d241fe5e (diff)
downloadpfsense-c1a104c7c8cc61d103fe6eba8dd98a071074b4ec.zip
pfsense-c1a104c7c8cc61d103fe6eba8dd98a071074b4ec.tar.gz
Correct the fieldname we need to look into so we actually configure the tunneled interfaces.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 90c0994..c93bad1 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -137,7 +137,7 @@ if(is_array($config['gifs']['gif'])){
}
/* check tunneled IPv6 interface tracking */
-switch($config['interfaces'][$interface]['type6']) {
+switch($config['interfaces'][$interface]['ipaddrv6']) {
case "6to4":
interface_6to4_configure($interface);
break;
OpenPOWER on IntegriCloud