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


Public Member Functions | |
| EvpnDerivedPathData (const EvpnRouteEntry *evpn_rt) | |
| virtual | ~EvpnDerivedPathData () |
| virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
| virtual std::string | ToString () const |
| virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
| EvpnPeer * | evpn_peer () const |
| const IpAddress & | ip_addr () const |
| const std::string & | parent () const |
| void | set_parent (const std::string &parent) |
| void | set_ethernet_tag (uint32_t ethernet_tag) |
| uint32_t | ethernet_tag () const |
| const AgentPath * | reference_path () 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 | |
| void | CopyData (const AgentPath *path) |
| DISALLOW_COPY_AND_ASSIGN (EvpnDerivedPathData) | |
Private Attributes | |
| uint32_t | ethernet_tag_ |
| IpAddress | ip_addr_ |
| std::string | parent_ |
| const AgentPath * | reference_path_ |
| bool | ecmp_suppressed_ |
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 585 of file agent_path.h.
| EvpnDerivedPathData::EvpnDerivedPathData | ( | const EvpnRouteEntry * | evpn_rt | ) |
|
inlinevirtual |
Definition at line 588 of file agent_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 673 of file agent_path.cc.

|
virtual |
Reimplemented from AgentRouteData.
Definition at line 754 of file agent_path.cc.

|
private |
|
virtual |
Reimplemented from AgentRouteData.
Definition at line 665 of file agent_path.cc.

|
private |
|
inline |
Definition at line 599 of file agent_path.h.
| EvpnPeer* EvpnDerivedPathData::evpn_peer | ( | ) | const |
|
inline |
Definition at line 595 of file agent_path.h.
|
inline |
Definition at line 596 of file agent_path.h.
|
inline |
Definition at line 600 of file agent_path.h.
|
inline |
|
inline |
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 591 of file agent_path.h.
|
private |
Definition at line 613 of file agent_path.h.
|
private |
Definition at line 607 of file agent_path.h.
|
private |
Definition at line 608 of file agent_path.h.
|
private |
Definition at line 609 of file agent_path.h.
|
private |
Definition at line 612 of file agent_path.h.