feat(*): Add IPAM panel with subnet utilization and IP suggestions

This commit is contained in:
Josh Creek
2026-07-12 20:20:19 +01:00
parent 336ee5e91b
commit acf63a9707
6 changed files with 795 additions and 8 deletions
+7
View File
@@ -53,5 +53,12 @@
}
]
}
],
"subnets": [
{
"cidr": "192.168.1.0/24",
"name": "LAN",
"vlanId": 1
}
]
}