Alice LG: add missing rejection_reasons #83
Labels
No labels
auth
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
management
network
question
services
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
dd-ix/nix-config#83
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need a
[rejection_reasons]section for the communities that are used to indicate reject causes on our route servers. Currently error cause communities are not highlighted at all.I think we would need to classify all communities in which category they belong?
The variable name is simply wrong in the alice-lg.nix file. ;)
Wrong
reject_reasons = { "57328:1101:3" = "Prefix is bogon"; "57328:1101:4" = "Invalid ASN in AS_PATH"; "57328:1101:5" = "Invalid AS_PATH length"; "57328:1101:7" = "Invalid left-most ASN"; "57328:1101:8" = "Invalid NEXT_HOP"; "57328:1101:9" = "Prefix not in IRRDB AS-SETs"; "57328:1101:10" = "Origin ASN not in IRRDB AS-SETs"; "57328:1101:13" = "RPKI INVALID route"; "57328:1101:14" = "Transit-free ASN in AS_PATH"; };Right
rejection_reasons = { "57328:1101:3" = "Prefix is bogon"; "57328:1101:4" = "Invalid ASN in AS_PATH"; "57328:1101:5" = "Invalid AS_PATH length"; "57328:1101:7" = "Invalid left-most ASN"; "57328:1101:8" = "Invalid NEXT_HOP"; "57328:1101:9" = "Prefix not in IRRDB AS-SETs"; "57328:1101:10" = "Origin ASN not in IRRDB AS-SETs"; "57328:1101:13" = "RPKI INVALID route"; "57328:1101:14" = "Transit-free ASN in AS_PATH"; };thx for the hint, I've fixed the typo