Module bgpkit_parser::attributes
source · [−]Expand description
BGP attribute structs
Structs
BGP Attribute struct with attribute value and flag
Enums
Enum of AS path segment.
Attribute types.
The high-order bit (bit 0) of the Attribute Flags octet is the Optional bit. It defines whether the attribute is optional (if set to 1) or well-known (if set to 0).
The AttributeValue
enum represents different kinds of Attribute values.