Whitespace changes in OVSSwitch.

This commit is contained in:
Bob Lantz
2014-06-27 13:05:10 -07:00
parent 68e2e45f7d
commit 00803bcd7f
+2 -2
View File
@@ -1076,8 +1076,8 @@ class OVSSwitch( Switch ):
self.cmd( 'ovs-vsctl add-br', self )
for intf in self.intfList():
if not intf.IP():
self.cmd('ovs-vsctl add-port', self, intf )
cmd = ('ovs-vsctl set Bridge %s ' % self +
self.cmd( 'ovs-vsctl add-port', self, intf )
cmd = ( 'ovs-vsctl set Bridge %s ' % self +
'other_config:datapath-id=%s ' % self.dpid +
'-- set-fail-mode %s %s ' % ( self, self.failMode ) +
'-- set-controller %s %s ' % ( self, clist ) )