daemon: revamp to align gre tunnels for distributed to align with changes, also moved gre tunnels for wired links to occur directly when linking, allowing runtime distributed functionality, also updates to phyical node to leverage a core node, but avoid using namespacing
This commit is contained in:
parent
8c24e9cfa6
commit
b71272519d
5 changed files with 113 additions and 201 deletions
|
@ -321,6 +321,9 @@ class Session:
|
|||
# track link
|
||||
core_link = CoreLink(node1, iface1, node2, iface2, ptp)
|
||||
self.link_manager.add(core_link)
|
||||
# setup link for gre tunnels if needed
|
||||
if ptp.up:
|
||||
self.distributed.create_gre_tunnels(core_link)
|
||||
return iface1, iface2
|
||||
|
||||
def delete_link(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue