Skip to content
Snippets Groups Projects
Commit 13bdd914 authored by Bob Lantz's avatar Bob Lantz
Browse files

Pass rename correctly in moveSwitch()

parent 60b0c7a9
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def moveIntf( self, intf, switch, port=None, rename=True ):
"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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment