Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-ISC-DHCPd CPAN distribution.

Report information
The Basics
Id: 68736
Status: resolved
Priority: 0/
Queue: Net-ISC-DHCPd

People
Owner: Nobody in particular
Requestors: marci [...] mernik.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.14



Subject: Not able to parse or add the pool object from the dhcpd.conf
Not able to parse or add the pool object from the dhcpd.conf file. pool { allow members of "cpe"; range 192.168.1.12; } Full config example subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.254; # Unknown clients get this pool. pool { option domain-name-servers bogus.example.com; max-lease-time 300; range 10.0.0.200 10.0.0.253; allow unknown-clients; } # Known clients get this pool. pool { option domain-name-servers ns1.example.com, ns2.example.com; max-lease-time 28800; range 10.0.0.5 10.0.0.199; deny unknown-clients; } } See the "ADDRESS POOLS" section. http://www.daemon-systems.org/man/dhcpd.conf.5.html Regards, Marko
I don't understand the issue fully. I think the version on CPAN does not allow 'allow members of "cpe";' but what is the exact issue? Do you get an error message? Also, I don't see "allow members..." in the example config you provided.
On Fri Jun 10 10:06:10 2011, JHTHORSEN wrote: Show quoted text
> I don't understand the issue fully. I think the version on CPAN does not > allow 'allow members of "cpe";' but what is the exact issue? Do you get > an error message? Also, I don't see "allow members..." in the example > config you provided.
Uploaded unit test t/30-rt68736-pool.t that shows this is working in the current release. Closing the ticket.