improved sdt deletion of links by using the id properly
This commit is contained in:
parent
1252f72220
commit
71196004c8
2 changed files with 25 additions and 21 deletions
|
@ -430,7 +430,7 @@ class Session:
|
|||
if node_two:
|
||||
node_two.lock.release()
|
||||
|
||||
self.sdt.add_link(node_one_id, node_two_id, is_wireless=False)
|
||||
self.sdt.add_link(node_one_id, node_two_id)
|
||||
return node_one_interface, node_two_interface
|
||||
|
||||
def delete_link(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue