Expand description
BGP attribute structs
Structs§
- AsPath
- AsPath
Route Iter - Attr
Flags - 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).
- AttrRaw
- Attribute
- BGP Attribute struct with attribute value and flag
- Attributes
- Convenience wrapper for a list of attributes
- Meta
Communities Iter - MpReachable
Nlri - MpUnreachable
Nlri - Nlri
- Network Layer Reachability Information
Enums§
- AsPath
Segment - Enum of AS path segment.
- Attr
Type - Attribute types.
- Attribute
Category - Category of an attribute.
- Attribute
Value - The
AttributeValue
enum represents different kinds of Attribute values. - Origin