You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.device_ipaddresses_lookup[interface_id][ip_id] =ipaddress_copy# Remove "assigned_object_X" attributes, as that's redundant when ipaddress is added to an interface
945
+
946
+
delipaddress_copy["assigned_object_id"]
947
+
delipaddress_copy["assigned_object_type"]
948
+
delipaddress_copy["assigned_object"]
949
+
continue
923
950
924
951
ifnotipaddress.get("interface"):
925
952
continue
926
-
927
953
interface_id=ipaddress["interface"]["id"]
928
954
ip_id=ipaddress["id"]
929
955
930
956
# We need to copy the ipaddress entry to preserve the original in case caching is used.
0 commit comments