#include <agent_path.h>
|
| L2ReceiveRoute (const std::string &dest_vn_name, uint32_t vxlan_id, uint32_t mpls_label, const PathPreference &pref, uint64_t sequence_number) |
|
virtual | ~L2ReceiveRoute () |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual std::string | ToString () const |
|
virtual bool | UpdateRoute (AgentRoute *rt) |
|
| 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 |
|
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 797 of file agent_path.h.
L2ReceiveRoute::L2ReceiveRoute |
( |
const std::string & |
dest_vn_name, |
|
|
uint32_t |
vxlan_id, |
|
|
uint32_t |
mpls_label, |
|
|
const PathPreference & |
pref, |
|
|
uint64_t |
sequence_number |
|
) |
| |
|
inline |
virtual L2ReceiveRoute::~L2ReceiveRoute |
( |
| ) |
|
|
inlinevirtual |
virtual std::string L2ReceiveRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
virtual bool L2ReceiveRoute::UpdateRoute |
( |
AgentRoute * |
rt | ) |
|
|
inlinevirtual |
std::string L2ReceiveRoute::dest_vn_name_ |
|
private |
uint32_t L2ReceiveRoute::mpls_label_ |
|
private |
uint32_t L2ReceiveRoute::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: