improved sdt deletion of links by using the id properly

This commit is contained in:
Blake Harnden 2020-03-31 15:20:34 -07:00
parent 1252f72220
commit 71196004c8
2 changed files with 25 additions and 21 deletions

View file

@ -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(