summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 5ff163e..91f5368 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -741,7 +741,7 @@ EOPP;
$dhcpdv6conf .= " deny dynamic bootp clients;\n";
if (isset($dhcpv6ifconf['denyunknown']))
- $dhcpdv6conf .= " deny unknown clients;\n";
+ $dhcpdv6conf .= " deny unknown-clients;\n";
if ($dhcpv6ifconf['gateway'])
$routersv6 = $dhcpv6ifconf['gateway'];
OpenPOWER on IntegriCloud