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 202 of file bgp_aspath.h.
Enumerator | |
---|---|
AS_SET | |
AS_SEQUENCE |
Definition at line 209 of file bgp_aspath.h.
|
inline |
Definition at line 203 of file bgp_aspath.h.
std::vector<as_t> AsPath4ByteSpec::PathSegment::path_segment |
Definition at line 214 of file bgp_aspath.h.
int AsPath4ByteSpec::PathSegment::path_segment_type |
Definition at line 213 of file bgp_aspath.h.