summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-31 12:08:31 +0000
committerErmal <eri@pfsense.org>2013-01-31 14:06:39 +0000
commitceba035a486b404774861ac048f24e4a9ed21be1 (patch)
tree3b2b3baaabc60cc8d699517d64817dfdb8c08d13
parent9d99f69abb187afe00665974c4f421ea02d8d19c (diff)
downloadpfsense-ceba035a486b404774861ac048f24e4a9ed21be1.zip
pfsense-ceba035a486b404774861ac048f24e4a9ed21be1.tar.gz
Correct name as reported by phil-davis@github
-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 80a233a..79e5413 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3383,7 +3383,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
unset($out);
}
/* worst case is that the rc.newwanipv6 handles setting up the track6 interface */
- if (!$g['booting'] && $wancfg['ippaddrv6'] != "slaac")
+ if (!$g['booting'] && $wancfg['ipaddrv6'] != "slaac")
link_interface_to_track6($interface, "update");
return 0;
OpenPOWER on IntegriCloud