cloudflare / gortr

The RPKI-to-Router server used at Cloudflare
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
309 stars 39 forks source link

fatal error : Wrong length for Router Key PDU #107

Open lukastribus opened 1 year ago

lukastribus commented 1 year ago

Hello,

when running gortr's rtrdump against a rpki-client (8.2)/stayrtr (0.5.1) from Debian stable, gortr's rtrdump quits with a fatal error Wrong length for Router Key PDU: 115 < 8 :

root@rpki-test-3:~# ./go-rtrdump-v0.14.8 -connect 127.0.0.1:323
INFO[0000] Connecting with plain to 127.0.0.1:323
ERRO[0004] Error Wrong length for Router Key PDU: 115 < 8
FATA[0004] Wrong length for Router Key PDU: 115 < 8
root@rpki-test-3:~#

I'm assuming these are BGPsec objects?

Thank you, Lukas