summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-18 19:39:35 +0200
committersmos <seth.mos@dds.nl>2012-06-18 19:39:35 +0200
commit63127eeee6f93a97f5b0c2e5cbeec8d89b3aa79f (patch)
tree93f173c78afdcd93f95b75d635c4c9f4762c736a /etc/rc.newwanipv6
parent2972b3e786bb1c4b7196e42bd6d21e8363b0f8fe (diff)
downloadpfsense-63127eeee6f93a97f5b0c2e5cbeec8d89b3aa79f.zip
pfsense-63127eeee6f93a97f5b0c2e5cbeec8d89b3aa79f.tar.gz
Make sure that we configure the track interface from the DHCP6 wan, correct typo.
Redmine ticket #2414
Diffstat (limited to 'etc/rc.newwanipv6')
-rwxr-xr-xetc/rc.newwanipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index 7655106..0a62f57 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -118,7 +118,7 @@ system_resolvconf_generate(true);
file_put_contents("{$g['vardb_path']}/{$interface}_ipv6", $curwanipv6);
/* check native IPv6 interface tracking */
-switch($config['interfaces'][$interface]['type6']) {
+switch($config['interfaces'][$interface]['ipaddrv6']) {
case "dhcp6":
foreach($config['interfaces'] as $iftrackname => $iftrack) {
if($iftrack['track6-interface'] == $interface) {
OpenPOWER on IntegriCloud