Delete tap9 for CE

In the future, we should probably not hardwire this,
or should at least make it a constant!!
This commit is contained in:
Bob Lantz
2015-02-04 04:15:19 -08:00
parent 7c0b56f9ba
commit ec9b23ba9c
+4
View File
@@ -92,6 +92,10 @@ class Cleanup( object ):
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:' )