OpenSDN source code
|
#include <controller_route_path.h>
Public Member Functions | |
StalePathData (uint64_t sequence_number) | |
virtual | ~StalePathData () |
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
virtual std::string | ToString () const |
![]() | |
AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
virtual | ~AgentRouteData () |
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
virtual bool | UpdateRoute (AgentRoute *rt) |
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 () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (StalePathData) | |
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 298 of file controller_route_path.h.
|
inline |
Definition at line 300 of file controller_route_path.h.
|
inlinevirtual |
Definition at line 303 of file controller_route_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 835 of file controller_route_path.cc.
|
virtual |
Reimplemented from AgentRouteData.
Definition at line 855 of file controller_route_path.cc.
|
private |
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 308 of file controller_route_path.h.