summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorAnthony Wrather <github@anthonywrather.me.uk>2011-12-01 17:33:27 +0000
committerAnthony Wrather <github@anthonywrather.me.uk>2011-12-01 17:33:27 +0000
commita2578c27479c1afad0dfbeb6dba484adcc10473a (patch)
treeab5d525e4c28a614e7cb112e215f3b2aabb2f137 /usr/local/www/services_dhcpv6.php
parent769891b5a48f10e1feb5f017fa7e3269168e8c44 (diff)
downloadpfsense-a2578c27479c1afad0dfbeb6dba484adcc10473a.zip
pfsense-a2578c27479c1afad0dfbeb6dba484adcc10473a.tar.gz
Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 267f051..42c3255 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -113,7 +113,7 @@ if (is_array($config['dhcpdv6'][$if])){
$pconfig['tftp'] = $config['dhcpdv6'][$if]['tftp'];
$pconfig['ldap'] = $config['dhcpdv6'][$if]['ldap'];
$pconfig['netboot'] = isset($config['dhcpdv6'][$if]['netboot']);
- $pconfig['nextserver'] = $config['dhcpdv6'][$if]['next-server'];
+ $pconfig['nextserver'] = $config['dhcpdv6'][$if]['nextserver'];
$pconfig['filename'] = $config['dhcpdv6'][$if]['filename'];
$pconfig['rootpath'] = $config['dhcpdv6'][$if]['rootpath'];
$pconfig['failover_peerip'] = $config['dhcpdv6'][$if]['failover_peerip'];
@@ -305,7 +305,7 @@ if ($_POST) {
$config['dhcpdv6'][$if]['tftp'] = $_POST['tftp'];
$config['dhcpdv6'][$if]['ldap'] = $_POST['ldap'];
$config['dhcpdv6'][$if]['netboot'] = ($_POST['netboot']) ? true : false;
- $config['dhcpdv6'][$if]['next-server'] = $_POST['nextserver'];
+ $config['dhcpdv6'][$if]['nextserver'] = $_POST['nextserver'];
$config['dhcpdv6'][$if]['filename'] = $_POST['filename'];
$config['dhcpdv6'][$if]['rootpath'] = $_POST['rootpath'];
OpenPOWER on IntegriCloud