AS path not displayed correctly if AS_SET ist present #27

Open
opened 2019-09-27 21:47:51 +08:00 by johannesmoos · 1 comment
johannesmoos commented 2019-09-27 21:47:51 +08:00 (Migrated from github.com)

Alice displays an incorrect AS path when AS_SET is present in aggregated routes. It shows 0 instead of { and }.

Example AS path: 9498 55410 { 45635 }

Relevant part from birdwatcher JSON:
"as_path": [ "9498", "55410", "{", "45635", "}" ],

Displayed by Alice as: 9498 55410 0 45635 0

See https://lg.de-cix.net/search?q=123.63.44.0/24

Alice displays an incorrect AS path when AS_SET is present in aggregated routes. It shows `0` instead of `{` and `}`. Example AS path: 9498 55410 { 45635 } Relevant part from birdwatcher JSON: ` "as_path": [ "9498", "55410", "{", "45635", "}" ], ` Displayed by Alice as: `9498 55410 0 45635 0` See https://lg.de-cix.net/search?q=123.63.44.0/24
annikahannig commented 2019-10-08 23:03:13 +08:00 (Migrated from github.com)

Thanks for reporting this!
I'm on it!

Thanks for reporting this! I'm on it!
Sign in to join this conversation.
No description provided.