mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
For some reason missing information has been overlooked for years. Perhaps there is aren't that many users who are interested of the touched addresses. Proposed-by: Aaron Paetznick <aaronp@critd.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
17 lines
404 B
Text
17 lines
404 B
Text
{
|
|
"active_leases": [
|
|
{ "ip":"10.0.0.5", "macaddress":"00:00:00:00:00:00" }
|
|
],
|
|
"subnets": [
|
|
{ "location":"All networks", "range":"10.0.0.1 - 10.0.0.10", "defined":10, "used":1, "touched":0, "free":9 }
|
|
],
|
|
"shared-networks": [
|
|
],
|
|
"summary": {
|
|
"location":"All networks",
|
|
"defined":10,
|
|
"used":1,
|
|
"touched":0,
|
|
"free":9
|
|
}
|
|
}
|