#include <agent_path.h>
|
| EvpnRoutingData (DBRequest &nh_req, const SecurityGroupList &sg_list, const CommunityList &communities, const PathPreference &path_preference, const EcmpLoadBalance &ecmp_load_balance, const TagList &tag_list, VrfEntryConstRef vrf_entry, uint32_t vxlan_id, const VnListType &vn_list, const std::string &origin_vn="") |
|
virtual | ~EvpnRoutingData () |
|
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual std::string | ToString () const |
|
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
|
virtual bool | UpdateRoute (AgentRoute *rt) |
|
| AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) |
|
virtual | ~AgentRouteData () |
|
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 () |
|
Definition at line 1188 of file agent_path.h.
◆ EvpnRoutingData()
◆ ~EvpnRoutingData()
virtual EvpnRoutingData::~EvpnRoutingData |
( |
| ) |
|
|
inlinevirtual |
◆ AddChangePathExtended()
◆ CanDeletePath()
◆ CreateAgentPath()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ ToString()
virtual std::string EvpnRoutingData::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ UpdateRoute()
bool EvpnRoutingData::UpdateRoute |
( |
AgentRoute * |
rt | ) |
|
|
virtual |
◆ communities_
◆ dest_vn_list_
◆ ecmp_load_balance_
◆ nh_req_
◆ origin_vn_
const std::string EvpnRoutingData::origin_vn_ |
|
private |
◆ path_preference_
◆ routing_vrf_
◆ sg_list_
◆ tag_list_
const TagList EvpnRoutingData::tag_list_ |
|
private |
◆ vxlan_id_
uint32_t EvpnRoutingData::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: