summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-12-23 14:40:09 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-12-23 14:40:58 -0200
commitf2aa8287545d45ed22c44b5e2c102fb7a22658b0 (patch)
tree73f10a0e1bf3c990ec4e80b477f698b143615de8 /etc
parentdb817c937cb9477e7b64adea07c4139120cb7ba4 (diff)
downloadpfsense-f2aa8287545d45ed22c44b5e2c102fb7a22658b0.zip
pfsense-f2aa8287545d45ed22c44b5e2c102fb7a22658b0.tar.gz
Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it fixes #3364
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 012ee71..27f26e1 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1074,9 +1074,6 @@ EOD;
}
$dhcpdv6conf .= " {\n";
- if (isset($dhcpv6ifconf['denyunknown']))
- $dhcpdv6conf .= " deny unknown-clients;\n";
-
$dhcpdv6conf .= <<<EOD
range6 {$dhcpv6ifconf['range']['from']} {$dhcpv6ifconf['range']['to']};
$dnscfgv6
OpenPOWER on IntegriCloud