diff --git a/mininet/net.py b/mininet/net.py index d2e9b59..e86a07d 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -170,6 +170,7 @@ class Mininet( object ): def waitConnected( self, timeout=None ): """wait for each switch to connect to a controller, up to 5 seconds + timeout: max time to wait for switches to connect. returns: True if all switches are connected""" info( '***waiting for switches to connect\n' ) time = 0