OpenSDN source code
|
#include <agent_path.h>
Public Member Functions | |
InetUnicastNdpRoute (const std::string &vrf_name, const IpAddress &addr, bool policy, const VnListType &vn_list, const SecurityGroupList &sg, const TagList &tag) | |
virtual | ~InetUnicastNdpRoute () |
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
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 | 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 () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (InetUnicastNdpRoute) | |
Private Attributes | |
std::string | vrf_name_ |
IpAddress | addr_ |
bool | policy_ |
VnListType | vn_list_ |
SecurityGroupList | sg_list_ |
TagList | tag_list_ |
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 988 of file agent_path.h.
|
inline |
Definition at line 990 of file agent_path.h.
|
inlinevirtual |
Definition at line 998 of file agent_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 643 of file inet_unicast_route.cc.
|
private |
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 1002 of file agent_path.h.
|
private |
Definition at line 1005 of file agent_path.h.
|
private |
Definition at line 1006 of file agent_path.h.
|
private |
Definition at line 1008 of file agent_path.h.
|
private |
Definition at line 1009 of file agent_path.h.
|
private |
Definition at line 1007 of file agent_path.h.
|
private |
Definition at line 1004 of file agent_path.h.