Small OVS API change

This commit is contained in:
Brandon Heller
2010-08-06 10:38:15 -07:00
parent 81d27b3c56
commit d26abda426
+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