6 Nov
2018
6 Nov
'18
1:28 a.m.
In my attempts to examine ROA tables more closely I entered „show route table r4 all“ into birdc and bird immediately segfaulted and died.
Hello
Does it crash without 'all'? Works for me:
No. It’s just the „all“ keyword bringing it to its knees.
Attached patch should fix the crash.
Thanks. Will try that sometime this week.
Currently ROA has to be specified as a whole, including maxlen and ASN, not just its prefix. Confusingly, it uses slightly different syntax to enter ROAs and to print ROAs:
bird> show route 212.1.128.0/19 max 19 as 9105 table rtab4 Table rtab4: 212.1.128.0/19-19 AS9105 [rpki1 13:28:00.854] * (150)
Hmmm … good to know. But stuff like „show route table r4 as 4711“ would be useful too - at some point … *hint*hint* :-) Clemens