Pass rename correctly in moveSwitch()
This commit is contained in:
@@ -96,7 +96,7 @@ class MobilitySwitch( OVSSwitch ):
|
|||||||
"Move one of our interfaces to another switch"
|
"Move one of our interfaces to another switch"
|
||||||
self.detach( intf )
|
self.detach( intf )
|
||||||
self.delIntf( intf )
|
self.delIntf( intf )
|
||||||
switch.addIntf( intf, port=port, rename=True )
|
switch.addIntf( intf, port=port, rename=rename )
|
||||||
switch.attach( intf )
|
switch.attach( intf )
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user