From 6b2a3b187bd4393b0645895d3efabea44508bce0 Mon Sep 17 00:00:00 2001 From: Brandon Heller <brandonh@stanford.edu> Date: Fri, 6 Aug 2010 10:38:15 -0700 Subject: [PATCH] Small OVS API change --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index 05f1921e..ba62514a 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -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 -- GitLab