Revision 574d634f
ID | 574d634fc293a10dc4bd0dcce5588e14da756751 |
Parent | eafbd2a5 |
Child | bdad3e8c |
Don't clean up links that may have been dumped into root NS.
This should rarely happen - in the usual case, either the
links will be shut down by Mininet.stop(), or the interfaces
will be deleted by node.stop( deleteIntfs=True ), or the
links or interfaces will be explicitly deleted or stopped
using the low-level API.
Cases that are relying on links being automatically deleted
in cleanup() will potentially find that they are now no longer
deleted, but these cases should be rare.
Files
- added
- modified
- copied
- renamed
- deleted