Whitespace changes in OVSSwitch.
This commit is contained in:
+2
-2
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user