Small OVS API change

This commit is contained in:
Brandon Heller
2010-08-16 12:04:24 -07:00
committed by Bob Lantz
parent e282b6e29f
commit 6b2a3b187b
+1 -1
View File
@@ -553,7 +553,7 @@ class OVSKernelSwitch( Switch ):
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