[][src]Module bgp_rs::attributes

Contains the implementation of all BGP path attributes.

Structs

ASPath

Represents the path that an announcement has travelled.

MPReachNLRI

Used when announcing routes to non-IPv4 addresses.

MPUnreachNLRI

Used when withdrawing routes to non-IPv4 addresses.

Enums

Identifier
Origin

Indicated how an announcement has been generated.

PathAttribute

Represents a path attribute that described meta data of a specific route.

Segment

Represents the segment type of an AS_PATH. Can be either AS_SEQUENCE or AS_SET.