From 272d496dfe997dded7a388f10f1f15ada316cbe7 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 16 Jun 2010 12:24:45 -0700 Subject: [PATCH] Darned trailing whitespace. --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index e7641c1..7609318 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -440,7 +440,7 @@ class UserSwitch( Switch ): ' punix:/tmp/' + self.name + ' 1> ' + ofdlog + ' 2> ' + ofdlog + ' &' ) self.cmd( 'ofprotocol unix:/tmp/' + self.name + - ' tcp:%s:%d' % ( controller.IP(), controller.port ) + + ' tcp:%s:%d' % ( controller.IP(), controller.port ) + ' --fail=closed ' + self.opts + ' 1> ' + ofplog + ' 2>' + ofplog + ' &' )