Skip to content
Snippets Groups Projects
Commit 0f0fe823 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix typo, ugh.

parent 6be4bfd0
No related branches found
No related tags found
No related merge requests found
......@@ -259,8 +259,7 @@ class MininetRunner( object ):
CONTROLLERS[ 'default' ] = findController()
if CONTROLLERS[ 'default' ] is None:
if self.options.switch == 'default':
# Fall back to OVS Bridge, which does not u
se an OF controller
# Fall back to OVS Bridge, which does not use an OF controller
info( '*** No default OpenFlow controller found for default switch!\n' )
info( '*** Falling back to OVS Bridge\n' )
self.options.switch = 'ovsbr'
......
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