Skip to content
Snippets Groups Projects
Commit 6b2a3b18 authored by Brandon Heller's avatar Brandon Heller Committed by Bob Lantz
Browse files

Small OVS API change

parent e282b6e2
No related branches found
No related tags found
No related merge requests found
......@@ -553,7 +553,7 @@ def start( self, controllers ):
controller = controllers[ 0 ]
self.cmd( 'ovs-openflowd ' + self.dp +
' tcp:%s:%d' % ( controller.IP(), controller.port ) +
' --fail=closed ' + self.opts + mac_str +
' --fail=secure ' + self.opts + mac_str +
' 1>' + ofplog + ' 2>' + ofplog + '&' )
self.execed = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment