|
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 |
Public Member Functions inherited from ParseObject | |
| virtual | ~ParseObject () |
Public Attributes | |
| int | path_segment_type |
| std::vector< as2_t > | path_segment |
Definition at line 46 of file bgp_aspath.h.
| Enumerator | |
|---|---|
| AS_SET | |
| AS_SEQUENCE | |
Definition at line 53 of file bgp_aspath.h.
|
inline |
Definition at line 47 of file bgp_aspath.h.
| std::vector<as2_t> AsPathSpec::PathSegment::path_segment |
Definition at line 58 of file bgp_aspath.h.
| int AsPathSpec::PathSegment::path_segment_type |
Definition at line 57 of file bgp_aspath.h.