mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: add separate first_ip and last_ip to json and mustach outputs
This give greater liberty to people who are using these formats to do what ever they need to. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7d9a5b5561
commit
74fdf90980
3 changed files with 11 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, "touched":0, "free":9, "percent":10, "touch_count":1, "touch_percent":10, "status":0 }
|
||||
{ "location":"All networks", "range":"10.0.0.1 - 10.0.0.10", "first_ip":"10.0.0.1", "last_ip":"10.0.0.10", "defined":10, "used":1, "touched":0, "free":9, "percent":10, "touch_count":1, "touch_percent":10, "status":0 }
|
||||
],
|
||||
"shared-networks": [
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue