mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
The DHCP version is determined according to the first IP address that appears in the configuration file. Caveat; counters are of native long type. Since IPv6 address space has 2^128 addresses, they are subject to overflow. [Sami Kerola: This commit also fixed a percent sorting bug, which has been broken always. See changes ret_percent() for the fix.] CC: LI Zimu <lzm@cernet.edu.cn> CC: Xing Li <xing@cernet.edu.cn> Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Cheer Xiao <xiaqqaix@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| .indent.pro | ||
| analyze.c | ||
| defaults.h | ||
| dhcpd-pools.c | ||
| dhcpd-pools.h | ||
| getdata.c | ||
| hash.c | ||
| Makefile.am | ||
| other.c | ||
| output.c | ||
| sort.c | ||