summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-05-25 09:35:23 -0400
committerjim-p <jimp@pfsense.org>2011-05-25 09:35:23 -0400
commitf0e80b72a3c359f52596e9b6948178ad48d6bb1b (patch)
treebba04451c3f8ac95ada77f6a341f08173d2cf21e /etc
parentf6f1c8474875e91cf297abf28e2fad65ea6152f7 (diff)
downloadpfsense-f0e80b72a3c359f52596e9b6948178ad48d6bb1b.zip
pfsense-f0e80b72a3c359f52596e9b6948178ad48d6bb1b.tar.gz
Correct dhcpd statement for unknown-clients. Fixes #1555
Diffstat (limited to 'etc')
-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 7108bc3..e7028c6 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -275,7 +275,7 @@ EOPP;
$dhcpdconf .= " deny dynamic bootp clients;\n";
if (isset($dhcpifconf['denyunknown']))
- $dhcpdconf .= " deny unknown clients;\n";
+ $dhcpdconf .= " deny unknown-clients;\n";
if ($dhcpifconf['gateway'])
$routers = $dhcpifconf['gateway'];
OpenPOWER on IntegriCloud