summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-01-19 20:03:19 +0100
committersmos <seth.mos@dds.nl>2012-01-19 20:03:42 +0100
commit80c88a686d0e56b2f2ad774da05debb1a2afba47 (patch)
tree6fae6955cf4f7f889f947582870337d29d2ca71f /usr/local/www/services_dhcpv6.php
parent6ac18f9d115786ad1ef6eadd907e99e097ecc3ca (diff)
downloadpfsense-80c88a686d0e56b2f2ad774da05debb1a2afba47.zip
pfsense-80c88a686d0e56b2f2ad774da05debb1a2afba47.tar.gz
Fix the config patch to the dhcp6 relayx
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 6166639..d18e15e 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -133,7 +133,7 @@ $ifcfgsn = get_interface_subnetv6($if);
*/
$dhcrelay_enabled = false;
-$dhcrelaycfg = $config['dhcrelay'];
+$dhcrelaycfg = $config['dhcrelay6'];
if(is_array($dhcrelaycfg)) {
foreach ($dhcrelaycfg as $dhcrelayif => $dhcrelayifconf) {
OpenPOWER on IntegriCloud