Import from release candidate 2.13.
[debian/dhcpd-pools.git] / README
1 This is dhcpd-pools which is made for ISC dhcpd pool range
2 analysis.
3
4 With this command you can check usage of pool addresses when
5 address space is great. Command is designed so that it will not
6 get slow even there is thousands of IPs in lease file. This kind
7 of huge dhcpd installation can be near by DSL DSLAMs or some other
8 public access connection points.
9
10 This command will not print nice to know information like
11 DHCPStatus does. Output is limited only to list only usage for
12 ranges, shared network and total address space. Limiting what is
13 printed is the right thing to do when there is thousands of
14 addresses. If your address space is small some other dhcp
15 analyzer might be more suitable for you.
16
17 Source code is pretty printed by using indent command switches.
18
19 -kr -i8
20
21 If you write a patch please use same coding style. In general the
22 style is copy from Linux kernel.
23
24 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle;hb=HEAD
25
26 A dhcpd-pools home page is located at SourceForge.
27
28 http://dhcpd-pools.sourceforge.net/