Skip to content
Snippets Groups Projects
Commit ec9b23ba authored by Bob Lantz's avatar Bob Lantz
Browse files

Delete tap9 for CE

In the future, we should probably not hardwire this,
or should at least make it a constant!!
parent 7c0b56f9
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,10 @@ def cleanup( cls):
if link:
sh( "ip link del " + link )
if 'tap9' in sh( 'ip link show' ):
info( "*** Removing tap9 - assuming it's from cluster edition\n" )
sh( 'ip link del tap9' )
info( "*** Killing stale mininet node processes\n" )
killprocs( 'mininet:' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment