pygui: fixed wireless nodes not linking with full netmasks, fixed assigning addresses for nodes connected to other nodes that may have had a full netmask
This commit is contained in:
parent
2b171631c7
commit
886b56cf8c
3 changed files with 59 additions and 55 deletions
|
@ -369,7 +369,7 @@ class CanvasManager:
|
|||
src = edge.src
|
||||
edge.complete(dst)
|
||||
if link is None:
|
||||
link = self.core.create_link(edge, src, dst)
|
||||
link = self.core.ifaces_manager.create_link(edge)
|
||||
edge.link = link
|
||||
if link.iface1:
|
||||
iface1 = link.iface1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue