bgpkit-parser
bgpkit-parser copied to clipboard
Implement iterator for `BgpUpdateMessage`
BgpUpdateMessage is the middleground bettween BgpRecord and BgpElem. It is lower-level than a "record", which could include all different types of BGP messages, but also avoids duplicating BGP attributes for each announced and withdrawn prefixes as in BgpElem. Having a iterator for BgpUpdateMessage could significantly improve the processing performance while remainging focused on getting the BGP updates only.