No description
Find a file
Sami Kerola 573418a9e4 Version 2.9
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-07-11 14:09:43 +02:00
autom4te.cache Version 2.9 2011-07-11 14:09:43 +02:00
contrib Version 2.1 2011-07-11 14:07:52 +02:00
man Version 2.9 2011-07-11 14:09:43 +02:00
src Version 2.9 2011-07-11 14:09:43 +02:00
.in Version 2.1 2011-07-11 14:07:52 +02:00
aclocal.m4 Version 2.9 2011-07-11 14:09:43 +02:00
AUTHORS Version 2.3 2011-07-11 14:08:25 +02:00
ChangeLog Version 2.9 2011-07-11 14:09:43 +02:00
config.h.in Version 2.9 2011-07-11 14:09:43 +02:00
config.h.in~ Version 2.9 2011-07-11 14:09:43 +02:00
configure Version 2.9 2011-07-11 14:09:43 +02:00
configure.in Version 2.9 2011-07-11 14:09:43 +02:00
COPYING Version 2.1 2011-07-11 14:07:52 +02:00
depcomp Import from release candidate 2.13. 2011-01-21 18:15:50 +01:00
INSTALL Version 2.1 2011-07-11 14:07:52 +02:00
install-sh Version 2.1 2011-07-11 14:07:52 +02:00
Makefile.am Version 2.1 2011-07-11 14:07:52 +02:00
Makefile.in Version 2.9 2011-07-11 14:09:43 +02:00
missing Version 2.1 2011-07-11 14:07:52 +02:00
mkinstalldirs Version 2.9 2011-07-11 14:09:43 +02:00
NEWS Version 2.9 2011-07-11 14:09:43 +02:00
output.0 Version 2.7 2011-07-11 14:09:20 +02:00
README Version 2.9 2011-07-11 14:09:43 +02:00
reconf Version 2.1 2011-07-11 14:07:52 +02:00
requests Version 2.7 2011-07-11 14:09:20 +02:00
THANKS Version 2.9 2011-07-11 14:09:43 +02:00
TODO Version 2.7 2011-07-11 14:09:20 +02:00
traces.0 Version 2.7 2011-07-11 14:09:20 +02:00

This is dhcpd-pools which is made for ISC dhcpd pool range
analysis.

With this command you can check usage of pool addresses when
address space is great. Command is designed so that it will not
get slow even there is thousands of IPs in lease file. This kind
of huge dhcpd installation can be near by DSL DSLAMs or some other
public access connection points.

This command will not print nice to know information like
DHCPStatus does. Output is limited only to list only usage for
ranges, shared network and total address space. Limiting what is
printed is the right thing to do when there is thousands of
addresses. If your address space is small some other dhcp
analyzer might be more suitable for you.

Source code is pretty printed by using indent command switches.

-kr -i8

If you write a patch please use same coding style. In general the
style is copy from Linux kernel.

http://escher.sourceforge.net/current/etc/linux-coding-style

A dhcpd-pools home page is located at SourceForge.

http://dhcpd-pools.sourceforge.net/