Use sudo -n when talking to VM

This commit is contained in:
Bob Lantz
2014-11-10 22:45:42 -08:00
parent 6008f987d3
commit 2059786f7b
2 changed files with 15 additions and 14 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ class MininetRunner( object ):
CONTROLLERS[ 'default' ] = findController()
if CONTROLLERS[ 'default' ] is None:
if self.options.switch == 'default':
# Fall back to OVS Bridge, which does not use an OF controller
# Fall back to OVS Bridge, which does not u
se an OF controller
info( '*** No default OpenFlow controller found for default switch!\n' )
info( '*** Falling back to OVS Bridge\n' )
self.options.switch = 'ovsbr'