revised comment on defaultController function

This commit is contained in:
Cody Burkard
2014-07-15 18:21:56 -07:00
parent 5ac3cde2bd
commit 00d1963484
+1 -1
View File
@@ -1347,7 +1347,7 @@ class RemoteController( Controller ):
def DefaultController( name, order=[ Controller, OVSController ], **kwargs ):
"find a default controller for mininet"
"find any controller that is available and run it"
for controller in order:
if controller.isAvailable():
return controller( name, **kwargs )