bgpkit / bgpkit-parser

MRT/BGP data parser written in Rust.
MIT License
90 stars 7 forks source link

Incomplete support for RFC9069 (local RIB in BMP) #164

Open digizeph opened 3 months ago

digizeph commented 3 months ago

https://www.rfc-editor.org/rfc/rfc9069

Incomplete checks and features includes:

digizeph commented 3 months ago

Per-peer-flag is already implemented for LocalRIB:
https://github.com/bgpkit/bgpkit-parser/blob/6a3bca1ac307abd094e42ea44d97cd2d3d553983/src/parser/bmp/messages/headers.rs#L137-L140