Skip to content
Snippets Groups Projects
Commit b0a7a257 authored by Brandon Heller's avatar Brandon Heller
Browse files

Fix OVS breakage

parent 4e57ddbc
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ def start( self, controllers ):
quietRun( 'ovs-dpctl del-dp dp%i' % self.dp )
self.cmd( 'ovs-dpctl add-dp dp%i' % self.dp )
if self.defaultMAC:
intf = 'dp' % self.dp
intf = 'dp%i' % self.dp
mac = self.defaultMAC
self.cmd( [ 'ifconfig', intf, 'hw', 'ether', mac ] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment