#include <agent_path.h>
|
| MulticastRoute (const string &vn_name, uint32_t label, int vxlan_id, uint32_t tunnel_type, DBRequest &nh_req, COMPOSITETYPE comp_nh_type, uint64_t sequence_number, bool ha_stale=false) |
|
virtual | ~MulticastRoute () |
|
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual std::string | ToString () const |
|
uint32_t | vxlan_id () const |
|
COMPOSITETYPE | comp_nh_type () const |
|
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
|
| 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) |
|
| AgentData () |
|
virtual | ~AgentData () |
|
virtual | ~DBRequestData () |
|
Definition at line 874 of file agent_path.h.
MulticastRoute::MulticastRoute |
( |
const string & |
vn_name, |
|
|
uint32_t |
label, |
|
|
int |
vxlan_id, |
|
|
uint32_t |
tunnel_type, |
|
|
DBRequest & |
nh_req, |
|
|
COMPOSITETYPE |
comp_nh_type, |
|
|
uint64_t |
sequence_number, |
|
|
bool |
ha_stale = false |
|
) |
| |
|
inline |
virtual MulticastRoute::~MulticastRoute |
( |
| ) |
|
|
inlinevirtual |
bool MulticastRoute::CopyPathParameters |
( |
Agent * |
agent, |
|
|
AgentPath * |
path, |
|
|
const std::string & |
dest_vn_name, |
|
|
bool |
unresolved, |
|
|
uint32_t |
vxlan_id, |
|
|
uint32_t |
label, |
|
|
uint32_t |
tunnel_type, |
|
|
NextHop * |
nh, |
|
|
const AgentRoute * |
rt, |
|
|
bool |
ha_stale = false |
|
) |
| |
|
static |
virtual std::string MulticastRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
uint32_t MulticastRoute::vxlan_id |
( |
| ) |
const |
|
inline |
bool MulticastRoute::ha_stale_ |
|
private |
uint32_t MulticastRoute::label_ |
|
private |
uint32_t MulticastRoute::tunnel_type_ |
|
private |
string MulticastRoute::vn_name_ |
|
private |
uint32_t MulticastRoute::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: