Skip to content

Commit

Permalink
Allow peering links between core asses.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Aug 30, 2024
1 parent 9e58974 commit 19e7330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/topology/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func (m IDAddrMap) copy() IDAddrMap {
func (i IFInfo) CheckLinks(isCore bool, brName string) error {
if isCore {
switch i.LinkType {
case Core, Child:
case Core, Child, Peer:
default:
return serrors.New("Illegal link type for core AS",
"type", i.LinkType, "br", brName)
Expand Down

0 comments on commit 19e7330

Please sign in to comment.