Problem with "ignore client-updates"
Status: Beta
Brought to you by:
kmg_usmc
Latest version of Dhcpdman on CentOS/RHEL4.
When generating the dhcpd.conf file it puts the string
"ignore client-updates;" enclosed with double quotes
making the dhcpd server to fail to start.
I've changed the line 23 in file dhcpd.options from :-
ignore [string] ""
to:-
ignore [notstring] ""
Now it works.