Pass rename correctly in moveSwitch()

This commit is contained in:
Bob Lantz
2014-08-26 19:55:48 -07:00
parent 60b0c7a914
commit 13bdd914dc
+1 -1
View File
@@ -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 )