mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
Gilles reported the full-json is currently broken, which the new check demonstrates. Luckily the issue occurs only when active leases details are being queried, leaving the count to be correct. That said bug is a bug, and that should be corrected. Reported-by: Gilles Bouthenot <gilles.bouthenot@univ-fcomte.fr> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
10 lines
218 B
Text
10 lines
218 B
Text
lease 10.0.0.5 {
|
|
binding state active;
|
|
next binding state free;
|
|
hardware ethernet be:ef:00:00:co:de;
|
|
}
|
|
lease 10.0.0.5 {
|
|
binding state active;
|
|
next binding state free;
|
|
hardware ethernet 00:00:00:00:00:00;
|
|
}
|