Actions
Bug #1824
closedDHCPv6 and unknown-clients.
Start date:
09/01/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
Hello,
There is a bug in the configuration of DHCPv6 : using the deny unknown-clients option makes the DHCPv6 failing to start.
Line 744 in /etc/inc/services.inc :
$dhcpdv6conf .= " deny unknown clients;\n";
should be
$dhcpdv6conf .= " deny unknown-clients;\n";
Updated by Chris Buechler about 13 years ago
- Category set to DHCP (IPv4)
- Status changed from New to Resolved
- Target version set to 2.1
fixed
Actions