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
When a Network address is assigned to an Interface and the underlying Network object is deleted from the database, the Interface._addresses_cache and Interface._networks_cache are no updated. This is an inconsistency that needs to be addressed.
Possible solutions:
A Network object cannot be deleted as long as it has an existing Assignment relationship to an Interface
Deleting a Network with an Assignment in place also triggers an update to the Interface to refresh its cached relationships.
The text was updated successfully, but these errors were encountered:
When a
Network
address is assigned to anInterface
and the underlyingNetwork
object is deleted from the database, theInterface._addresses_cache
andInterface._networks_cache
are no updated. This is an inconsistency that needs to be addressed.Possible solutions:
Network
object cannot be deleted as long as it has an existingAssignment
relationship to anInterface
Network
with anAssignment
in place also triggers an update to theInterface
to refresh its cached relationships.The text was updated successfully, but these errors were encountered: