Skip to content

Commit

Permalink
Merge pull request #213 from atlanticwave-sdx/fix/issue_212
Browse files Browse the repository at this point in the history
Fix/issue 212
  • Loading branch information
italovalcy authored Aug 17, 2024
2 parents 8f2714c + 797f355 commit dfd4205
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sdx_pce/topology/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ def update_topology(self, data):
# inter-domain links
self.add_inter_domain_links(topology, interdomain_ports)

# Update the port node map
for node in topology.nodes:
for port in node.ports:
self._port_node_map[port.id] = node

self.update_version(True)
self.update_timestamp()

Expand Down

0 comments on commit dfd4205

Please sign in to comment.