mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
add touched addresses counts to xml and json reports
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>
This commit is contained in:
parent
73b357484d
commit
0d6c61d437
3 changed files with 9 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{ "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, "free":9 }
|
||||
{ "location":"All networks", "range":"10.0.0.1 - 10.0.0.10", "defined":10, "used":1, "touched":0, "free":9 }
|
||||
],
|
||||
"shared-networks": [
|
||||
],
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"location":"All networks",
|
||||
"defined":10,
|
||||
"used":1,
|
||||
"touched":0,
|
||||
"free":9
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue