Crate netgauze_bgp_pkt
source ·Expand description
BGP PDU data representation
Modules§
- BGP Capabilities advertised in BGP Open Messages. See RFC5492 Capabilities Advertisement with BGP-4
- Representations for normal, extended, and large BGP Communities.
- Contains BGP codes that are registered at IANA BGP Parameters
- Representations for BGP Notification message
- Representations for BGP Open message
- Representation for
RouteRefresh
BGP message. - Representations for BGP Update message
- Serialize/Deserialize BGP wire protocol
Enums§
- BGP message wire format as defined by RFC4271 Here we don’t keep the length and type in memory. The type is inferred by the enum value, while the length is computed a serialization time.