Pass rename correctly in moveSwitch()

This commit is contained in:
Bob Lantz
2013-10-16 19:17:17 -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"
self.detach( intf )
self.delIntf( intf )
switch.addIntf( intf, port=port, rename=True )
switch.addIntf( intf, port=port, rename=rename )
switch.attach( intf )