Fix typo, ugh.

This commit is contained in:
Bob Lantz
2014-11-11 00:14:11 -08:00
parent 6be4bfd026
commit 0f0fe82350
+1 -2
View File
@@ -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'