Crate netgauze_bgp_pkt

Source
Expand description

BGP PDU data representation

Modules§

capabilities
BGP Capabilities advertised in BGP Open Messages. See RFC5492 Capabilities Advertisement with BGP-4
community
Representations for normal, extended, and large BGP Communities.
iana
Contains BGP codes that are registered at IANA BGP Parameters
nlri
notification
Representations for BGP Notification message
open
Representations for BGP Open message
path_attribute
route_refresh
Representation for RouteRefresh BGP message.
update
Representations for BGP Update message
wire
Serialize/Deserialize BGP wire protocol

Enums§

BgpMessage
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.