atlanticwave-sdx / pce

Path Computation Element for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
0 stars 3 forks source link

Fix/issue 212 #213

Closed italovalcy closed 2 months ago

italovalcy commented 2 months ago

Fix #212

Description of the change

As described on issue #212, the _port_node_map is used to create interdomain links and to compute VLAN Table. It happened that _port_node_map was being updated only when topology_add() was called. This pull request adds the update of the _port_node_map to be executed also when the topology is updated. That way, new nodes, new ports, changed IDs, etc. all get reflected on the port node map.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10351010481

Details


Totals Coverage Status
Change from base Build 10351001082: 0.05%
Covered Lines: 1124
Relevant Lines: 1282

💛 - Coveralls