OpenSDN source code
|
#include <agent_path.h>
Public Member Functions | |
PathPreferenceData (const PathPreference &path_preference) | |
virtual std::string | ToString () const |
virtual bool | AddChangePathExtended (Agent *, AgentPath *, const AgentRoute *) |
![]() | |
AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
virtual | ~AgentRouteData () |
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const 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 () |
Public Attributes | |
PathPreference | path_preference_ |
![]() | |
Type | type_ |
bool | is_multicast_ |
uint64_t | sequence_number_ |
Additional Inherited Members | |
![]() | |
enum | Type { ADD_DEL_CHANGE, ROUTE_PREFERENCE_CHANGE, IPAM_SUBNET } |
Definition at line 182 of file agent_path.h.
|
inline |
Definition at line 183 of file agent_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 1472 of file agent_path.cc.
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 186 of file agent_path.h.
PathPreference PathPreferenceData::path_preference_ |
Definition at line 190 of file agent_path.h.