With PR #120, we will add a way to assign VLAN to connection requests, but it is only an initial sketch. We're missing a design and implementation to handle updates.
This is related to this TODO item:
|
# TODO: careful here when updating VLAN tags table -- what do |
|
# we do when an in use VLAN tag becomes invalid in the update? |
|
# self._update_vlan_tags_table_from_links( |
|
# domain_name=topology_data.get("id"), |
|
# port_list=self.topology_manager.port_list, |
|
# ) |
With PR #120, we will add a way to assign VLAN to connection requests, but it is only an initial sketch. We're missing a design and implementation to handle updates.
This is related to this TODO item:
pce/src/sdx/pce/topology/temanager.py
Lines 94 to 99 in 1e19555