Minor cleanup of mn/net and fixes for CLI.

All commands should work now.
This commit is contained in:
Bob Lantz
2010-02-27 23:40:05 -08:00
parent c3a4440025
commit 2235f21698
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ class Mininet( object ):
info( '\n' )
info( '*** Stopping %i switches\n' % len( self.switches ) )
for switch in self.switches:
info( '%s ' % switch.name )
info( switch.name )
switch.stop()
info( '\n' )
info( '*** Stopping %i controllers\n' % len( self.controllers ) )