Small OVS API change
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ class OVSKernelSwitch( Switch ):
|
|||||||
controller = controllers[ 0 ]
|
controller = controllers[ 0 ]
|
||||||
self.cmd( 'ovs-openflowd ' + self.dp +
|
self.cmd( 'ovs-openflowd ' + self.dp +
|
||||||
' tcp:%s:%d' % ( controller.IP(), controller.port ) +
|
' tcp:%s:%d' % ( controller.IP(), controller.port ) +
|
||||||
' --fail=closed ' + self.opts + mac_str +
|
' --fail=secure ' + self.opts + mac_str +
|
||||||
' 1>' + ofplog + ' 2>' + ofplog + '&' )
|
' 1>' + ofplog + ' 2>' + ofplog + '&' )
|
||||||
self.execed = False
|
self.execed = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user