Fix typo, ugh.
This commit is contained in:
@@ -259,8 +259,7 @@ class MininetRunner( object ):
|
|||||||
CONTROLLERS[ 'default' ] = findController()
|
CONTROLLERS[ 'default' ] = findController()
|
||||||
if CONTROLLERS[ 'default' ] is None:
|
if CONTROLLERS[ 'default' ] is None:
|
||||||
if self.options.switch == 'default':
|
if self.options.switch == 'default':
|
||||||
# Fall back to OVS Bridge, which does not u
|
# Fall back to OVS Bridge, which does not use an OF controller
|
||||||
se an OF controller
|
|
||||||
info( '*** No default OpenFlow controller found for default switch!\n' )
|
info( '*** No default OpenFlow controller found for default switch!\n' )
|
||||||
info( '*** Falling back to OVS Bridge\n' )
|
info( '*** Falling back to OVS Bridge\n' )
|
||||||
self.options.switch = 'ovsbr'
|
self.options.switch = 'ovsbr'
|
||||||
|
|||||||
Reference in New Issue
Block a user