OpenSDN source code
|
#include <bgp_aspath.h>
Public Types | |
enum | PathSegmentType { AS_SET = 1, AS_SEQUENCE = 2 } |
Public Member Functions | |
int | CompareTo (const PathSegment &rhs) const |
![]() | |
virtual | ~ParseObject () |
Public Attributes | |
int | path_segment_type |
std::vector< as_t > | path_segment |
Definition at line 362 of file bgp_aspath.h.
Enumerator | |
---|---|
AS_SET | |
AS_SEQUENCE |
Definition at line 369 of file bgp_aspath.h.
|
inline |
Definition at line 363 of file bgp_aspath.h.
std::vector<as_t> As4PathSpec::PathSegment::path_segment |
Definition at line 374 of file bgp_aspath.h.
int As4PathSpec::PathSegment::path_segment_type |
Definition at line 373 of file bgp_aspath.h.