A controller should delete its interfaces if necessary
This was causing controlnet.py to not clean up its interfaces, since those interfaces were linked from the controller to the switch rather than vice-versa!! deleteIntfs already will only delete interfaces whose names match our name, which should usually prevent us from accidentally deleting a hardware interface from the root namespace!
Loading
Please register or sign in to comment