Open
Description
Hi there,
While generating tests for the MR for #389, I noticed that the StarZone::add_links_to_route
function, which adds links for the down subroute or the up subroute to the final route, filters out duplicate links (unordered_set).
I don't understand why dropping dupplicate would be useful, as I notice that when we resolve a route from src to src without loopback and symmetrical = true
, the resulting route is the src to everywhere route (uproute).
This is because all the links in the downroute are also in the uproute, so by dropping duplicate links this function will drop all the links in the downroute when it first calculates the uproute.
Metadata
Metadata
Assignees
Labels
No labels