summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-08-21 10:50:09 +0200
committersmos <seth.mos@dds.nl>2011-08-21 10:50:09 +0200
commit385ed7d0a73b0263794d361e6b0431db3afa3ded (patch)
tree85b7f4ad4ac33e58b26b817dd18a477e024f40f2 /usr/local/www/interfaces.php
parent6f75aab23a1f6c1db97f1eba3743dbbea50acdae (diff)
downloadpfsense-385ed7d0a73b0263794d361e6b0431db3afa3ded.zip
pfsense-385ed7d0a73b0263794d361e6b0431db3afa3ded.tar.gz
Make sure to set the $pconfig prefix delegation setting from the config.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 9b13c71..87d1047 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -227,6 +227,7 @@ switch($wancfg['ipaddrv6']) {
$pconfig['ipaddrv6'] = $wancfg['ipaddrv6'];
$pconfig['subnetv6'] = $wancfg['subnetv6'];
$pconfig['gatewayv6'] = $wancfg['gatewayv6'];
+ $pconfig['dhcp6-pd-sla-id'] = $wancfg['dhcp6-pd-sla-id'];
} else
$pconfig['type6'] = "none";
break;
OpenPOWER on IntegriCloud