diff --git a/mininet/node.py b/mininet/node.py index 05f1921e52717eedd1145e47cbef88b2babb51ca..ba62514a091e41ccecd9271d6383b5038345d27b 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