Disable shared SSH connections by default.

Note that we do still provide a default if you specify
ControlPath=True
This commit is contained in:
Bob Lantz
2014-11-12 13:29:58 -08:00
parent 434619053a
commit dde2263fe7
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -254,7 +254,6 @@ class MininetRunner( object ):
def begin( self ):
"Create and run mininet."
if self.options.clean:
cleanup()
exit()