Actions
Bug #1555
closedWrong DHCP configuration option when activating "Deny unknown clients"
Start date:
05/25/2011
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Hello everybody,
There is a bug in the generated dhcpd.conf when enabling "Deny unknown clients".
the resulting option is "deny unknown clients;" but it should be "deny unknown-clients;".
To correct this bug, you need to change in /etc/inc/services.inc
line 278
:
$dhcpdconf .= " deny unknown clients;\n";
by
$dhcpdconf .= " deny unknown-clients;\n";
Updated by Jim Pingle over 13 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f0e80b72a3c359f52596e9b6948178ad48d6bb1b.
Updated by Chris Buechler over 13 years ago
- Status changed from Feedback to Resolved
- Target version set to 2.0
- Affected Version set to 2.0
Actions