summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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