OpenSDN source code
|
#include <controller_route_path.h>
Public Member Functions | |
ControllerPeerPath (const BgpPeer *peer) | |
~ControllerPeerPath () | |
virtual bool | UpdateRoute (AgentRoute *route) |
![]() | |
AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
virtual | ~AgentRouteData () |
virtual std::string | ToString () const =0 |
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt)=0 |
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
bool | AddChangePath (Agent *agent, AgentPath *path, const AgentRoute *rt) |
bool | is_multicast () const |
uint64_t | sequence_number () const |
DISALLOW_COPY_AND_ASSIGN (AgentRouteData) | |
![]() | |
AgentData () | |
virtual | ~AgentData () |
![]() | |
virtual | ~DBRequestData () |
Static Public Attributes | |
static const uint64_t | kInvalidPeerIdentifier = 0xFFFFFFFFFFFFFFFFLL |
Private Attributes | |
const BgpPeer * | peer_ |
Additional Inherited Members | |
![]() | |
enum | Type { ADD_DEL_CHANGE, ROUTE_PREFERENCE_CHANGE, IPAM_SUBNET } |
![]() | |
Type | type_ |
bool | is_multicast_ |
uint64_t | sequence_number_ |
Definition at line 41 of file controller_route_path.h.
ControllerPeerPath::ControllerPeerPath | ( | const BgpPeer * | peer | ) |
|
inline |
Definition at line 45 of file controller_route_path.h.
|
inlinevirtual |
Reimplemented from AgentRouteData.
Reimplemented in ControllerVmRoute.
Definition at line 47 of file controller_route_path.h.
|
static |
Definition at line 43 of file controller_route_path.h.
|
private |
Definition at line 50 of file controller_route_path.h.