fixed linearbandwidth and waitconnected

This commit is contained in:
Cody Burkard
2014-07-09 19:24:22 -07:00
parent c23c992f14
commit 3a52ad2f53
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ class Mininet( object ):
switch.start( self.controllers )
info( '\n' )
if self.waitConn:
self.waitConnected()
self.waitConnected( )
def stop( self ):
"Stop the controller(s), switches and hosts"