bgpkit-parser
bgpkit-parser copied to clipboard
Incomplete support for RFC9069 (local RIB in BMP)
https://www.rfc-editor.org/rfc/rfc9069
Incomplete checks and features includes:
- [ ] checks for the fields that must be set for LocalRIB type messages, e.g. https://www.rfc-editor.org/rfc/rfc9069#name-per-peer-header-2
- [x] Peer-flags is different from regular BMP per-peer header and thus we should definine a separate type for this: https://www.rfc-editor.org/rfc/rfc9069#section-4.2
Per-peer-flag is already implemented for LocalRIB:
https://github.com/bgpkit/bgpkit-parser/blob/6a3bca1ac307abd094e42ea44d97cd2d3d553983/src/parser/bmp/messages/headers.rs#L137-L140