diff --git a/bin/mn b/bin/mn index ca332c03d19e4884e9ec4a7c406cd415e2703e49..4eaf98100291a29d98841ea1beda09fd3ee0b9a3 100755 --- a/bin/mn +++ b/bin/mn @@ -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'