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
@@ -571,5 +571,12 @@
"notes": "Port link not yet modeled.",
"ports": []
}
],
"subnets": [
{
"cidr": "10.0.0.0/24",
"name": "LAN",
"vlanId": 1
}
]
}