Netbox integration including intial CLI for populating base data and ...
Compare changes
- NAT-243: added method to allocate interfaceHakan Calim authored
+ 29
− 2
@@ -55,6 +55,12 @@ class NotFoundError(Exception):
@@ -222,10 +228,10 @@ def reserve_interface(nbclient, device_name: str, iface_name: str) -> dict:
@@ -234,6 +240,27 @@ def reserve_interface(nbclient, device_name: str, iface_name: str) -> dict: