#include <agent_path.h>
|
| ReceiveRoute (const InterfaceKey &intf_key, uint32_t label, uint32_t tunnel_bmap, bool policy, const std::string &vn) |
|
virtual | ~ReceiveRoute () |
|
void | SetProxyArp (bool proxy_arp) |
|
void | SetIpamHostRoute (bool ipam_host_route) |
|
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 931 of file agent_path.h.
ReceiveRoute::ReceiveRoute |
( |
const InterfaceKey & |
intf_key, |
|
|
uint32_t |
label, |
|
|
uint32_t |
tunnel_bmap, |
|
|
bool |
policy, |
|
|
const std::string & |
vn |
|
) |
| |
|
inline |
virtual ReceiveRoute::~ReceiveRoute |
( |
| ) |
|
|
inlinevirtual |
void ReceiveRoute::SetIpamHostRoute |
( |
bool |
ipam_host_route | ) |
|
|
inline |
void ReceiveRoute::SetProxyArp |
( |
bool |
proxy_arp | ) |
|
|
inline |
virtual std::string ReceiveRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
bool ReceiveRoute::ipam_host_route_ |
|
private |
uint32_t ReceiveRoute::label_ |
|
private |
bool ReceiveRoute::policy_ |
|
private |
bool ReceiveRoute::proxy_arp_ |
|
private |
int ReceiveRoute::tunnel_bmap_ |
|
private |
std::string ReceiveRoute::vn_ |
|
private |
The documentation for this class was generated from the following files: