OpenSDN source code
|
#include <routepath_replicator.h>
Public Member Functions | |
SecondaryRouteInfo (BgpTable *table, const IPeer *peer, uint32_t path_id, BgpPath::PathSource src, BgpRoute *rt) | |
int | CompareTo (const SecondaryRouteInfo &rhs) const |
bool | operator< (const SecondaryRouteInfo &rhs) const |
bool | operator> (const SecondaryRouteInfo &rhs) const |
std::string | ToString () const |
Public Attributes | |
BgpTable * | table_ |
const IPeer * | peer_ |
uint32_t | path_id_ |
BgpPath::PathSource | src_ |
BgpRoute * | rt_ |
Definition at line 133 of file routepath_replicator.h.
|
inline |
Definition at line 141 of file routepath_replicator.h.
|
inline |
Definition at line 149 of file routepath_replicator.h.
|
inline |
|
inline |
string RtReplicated::SecondaryRouteInfo::ToString | ( | ) | const |
uint32_t RtReplicated::SecondaryRouteInfo::path_id_ |
Definition at line 137 of file routepath_replicator.h.
const IPeer* RtReplicated::SecondaryRouteInfo::peer_ |
Definition at line 136 of file routepath_replicator.h.
BgpRoute* RtReplicated::SecondaryRouteInfo::rt_ |
Definition at line 139 of file routepath_replicator.h.
BgpPath::PathSource RtReplicated::SecondaryRouteInfo::src_ |
Definition at line 138 of file routepath_replicator.h.
BgpTable* RtReplicated::SecondaryRouteInfo::table_ |
Definition at line 135 of file routepath_replicator.h.