mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
Add error condition checks. Add lease file binding states. Check all output formats. Check leases file that is in mad order, cse all sorting methods when checking this. Use json output to check status classfications. Add cidr range checks. Add conf include and comment parsing input checks. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
10 lines
270 B
Text
10 lines
270 B
Text
subnet6 dead:abba:1000::/56 {
|
|
range6 dead:abba:1000::2/120;
|
|
prefix6 dead:abba:1000:0100:: dead:abba:1000:ff00::/56;
|
|
}
|
|
|
|
subnet6 dead:abba:40ff::/56 {
|
|
range6 dead:abba:4000::2/120;
|
|
prefix6 dead:abba:4000:0100:: dead:abba:4000:ff00::/56;
|
|
}
|
|
|