Module bgpkit_parser::models::attributes
source · Expand description
BGP attribute structs
Structs§
- 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).
- BGP Attribute struct with attribute value and flag
- Convenience wrapper for a list of attributes
- Network Layer Reachability Information
Enums§
- Enum of AS path segment.
- Attribute types.
- Category of an attribute.
- The
AttributeValue
enum represents different kinds of Attribute values.