Skip to content
Snippets Groups Projects
Commit 00d19634 authored by Cody Burkard's avatar Cody Burkard
Browse files

revised comment on defaultController function

parent 5ac3cde2
No related branches found
No related tags found
No related merge requests found
......@@ -1347,7 +1347,7 @@ def checkListening( self ):
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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment