topology: allow peering links between core-ASes #4484
Labels
feature
New feature or request
i/help wanted
Nobody is working on this at the moment
i/needs investigation
Issues/proposals that need to be confirmed/explored
Currently, the topology loader forbids core ASes from having peering links (i.e. links with
"link_to": "peer"
). The validation check is here:scion/private/topology/topology.go
Lines 544 to 550 in 4a8bc98
As far as I'm aware, there is no technical reason why core ASes cannot have peering links.
Core ASes should be able to have peering links to any other AS, i.e. to both core or non-core ASes in both the same or different ISDs.
The text was updated successfully, but these errors were encountered: