Alice LG: add missing rejection_reasons #83

Closed
opened 2024-09-25 13:30:13 +02:00 by liske · 3 comments
liske commented 2024-09-25 13:30:13 +02:00 (Migrated from github.com)

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.

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.
MarcelCoding commented 2024-09-30 16:23:40 +02:00 (Migrated from github.com)

I think we would need to classify all communities in which category they belong?

I think we would need to classify all communities in which category they belong?
icebreak24 commented 2025-07-08 12:15:38 +02:00 (Migrated from github.com)

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"; };

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"; };`
MarcelCoding commented 2025-07-13 16:54:38 +02:00 (Migrated from github.com)

thx for the hint, I've fixed the typo

thx for the hint, I've fixed the typo
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
dd-ix/nix-config#83
No description provided.