|
OpenSDN source code
|
#include <agent_path.h>


Public Member Functions | |
| InetEvpnRouteData (const EvpnRouteEntry *evpn_rt) | |
| virtual | ~InetEvpnRouteData () |
| virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
| virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
| virtual std::string | ToString () const |
| const MacAddress & | MacAddr () const |
| const std::string & | parent () const |
| virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
Public Member Functions inherited from AgentRouteData | |
| AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
| virtual | ~AgentRouteData () |
| 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) | |
Public Member Functions inherited from AgentData | |
| AgentData () | |
| virtual | ~AgentData () |
Public Member Functions inherited from DBRequestData | |
| virtual | ~DBRequestData () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (InetEvpnRouteData) | |
Private Attributes | |
| const MacAddress | mac_ |
| std::string | parent_ |
Additional Inherited Members | |
Public Types inherited from AgentRouteData | |
| enum | Type { ADD_DEL_CHANGE , ROUTE_PREFERENCE_CHANGE , IPAM_SUBNET } |
Public Attributes inherited from AgentRouteData | |
| Type | type_ |
| bool | is_multicast_ |
| uint64_t | sequence_number_ |
Definition at line 1164 of file agent_path.h.
| InetEvpnRouteData::InetEvpnRouteData | ( | const EvpnRouteEntry * | evpn_rt | ) |
|
inlinevirtual |
Definition at line 1167 of file agent_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 907 of file inet_unicast_route.cc.
|
virtual |
Reimplemented from AgentRouteData.
Definition at line 913 of file inet_unicast_route.cc.

|
virtual |
Reimplemented from AgentRouteData.
Definition at line 902 of file inet_unicast_route.cc.
|
private |
|
inline |
Definition at line 1172 of file agent_path.h.
|
inline |
Definition at line 1173 of file agent_path.h.
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 1171 of file agent_path.h.
|
private |
Definition at line 1178 of file agent_path.h.
|
private |
Definition at line 1179 of file agent_path.h.