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
Good one. Future note and requirement to be aware:
The main gotcha to be aware though is that it's not desirable to close the socket if a deleted switch conn is still ESTABLISHED, otherwise it'd close the connection with that switch, which in turn, if the network operator hand't remove the controller tcp connection there yet, it would reconnect again, leading to another (undesired) rediscovery.
Ideally, this needs to be clean up but only for non existing switches when they disconnect.
After a switch is deleted, there is a leftover data in
controller.connections
(switch00:00:00:00:00:00:00:01
was deleted):It is not a problem to keep this data, it is just a leftover.
From PR comment.
The text was updated successfully, but these errors were encountered: