#include <agent_path.h>
|
| LocalVmRoute (const VmInterfaceKey &intf, uint32_t mpls_label, uint32_t vxlan_id, bool force_policy, const VnListType &vn_list, uint8_t flags, const SecurityGroupList &sg_list, const TagList &tag_list, const CommunityList &communities, const PathPreference &path_preference, const IpAddress &subnet_service_ip, const EcmpLoadBalance &ecmp_load_balance, bool is_local, bool is_health_check_service, uint64_t sequence_number, bool etree_leaf, bool native_encap, const std::string &intf_route_type="", bool is_learnt_route=false) |
|
virtual | ~LocalVmRoute () |
|
void | DisableProxyArp () |
|
virtual std::string | ToString () const |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual bool | UpdateRoute (AgentRoute *rt) |
|
const CommunityList & | communities () const |
|
const SecurityGroupList & | sg_list () const |
|
const TagList & | tag_list () const |
|
void | set_tunnel_bmap (TunnelType::TypeBmap bmap) |
|
const PathPreference & | path_preference () const |
|
void | set_path_preference (const PathPreference &path_preference) |
|
uint32_t | vxlan_id () const |
|
uint32_t | tunnel_bmap () const |
|
bool | proxy_arp () const |
|
bool | etree_leaf () const |
|
const std::string & | intf_route_type () const |
|
void | set_native_vrf_id (uint32_t vrf_id) |
|
uint32_t | native_vrf_id () const |
|
| 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 640 of file agent_path.h.
LocalVmRoute::LocalVmRoute |
( |
const VmInterfaceKey & |
intf, |
|
|
uint32_t |
mpls_label, |
|
|
uint32_t |
vxlan_id, |
|
|
bool |
force_policy, |
|
|
const VnListType & |
vn_list, |
|
|
uint8_t |
flags, |
|
|
const SecurityGroupList & |
sg_list, |
|
|
const TagList & |
tag_list, |
|
|
const CommunityList & |
communities, |
|
|
const PathPreference & |
path_preference, |
|
|
const IpAddress & |
subnet_service_ip, |
|
|
const EcmpLoadBalance & |
ecmp_load_balance, |
|
|
bool |
is_local, |
|
|
bool |
is_health_check_service, |
|
|
uint64_t |
sequence_number, |
|
|
bool |
etree_leaf, |
|
|
bool |
native_encap, |
|
|
const std::string & |
intf_route_type = "" , |
|
|
bool |
is_learnt_route = false |
|
) |
| |
|
inline |
virtual LocalVmRoute::~LocalVmRoute |
( |
| ) |
|
|
inlinevirtual |
void LocalVmRoute::DisableProxyArp |
( |
| ) |
|
|
inline |
bool LocalVmRoute::etree_leaf |
( |
| ) |
const |
|
inline |
const std::string& LocalVmRoute::intf_route_type |
( |
| ) |
const |
|
inline |
uint32_t LocalVmRoute::native_vrf_id |
( |
| ) |
const |
|
inline |
bool LocalVmRoute::proxy_arp |
( |
| ) |
const |
|
inline |
void LocalVmRoute::set_native_vrf_id |
( |
uint32_t |
vrf_id | ) |
|
|
inline |
void LocalVmRoute::set_path_preference |
( |
const PathPreference & |
path_preference | ) |
|
|
inline |
const TagList& LocalVmRoute::tag_list |
( |
| ) |
const |
|
inline |
virtual std::string LocalVmRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
uint32_t LocalVmRoute::tunnel_bmap |
( |
| ) |
const |
|
inline |
uint32_t LocalVmRoute::vxlan_id |
( |
| ) |
const |
|
inline |
bool LocalVmRoute::etree_leaf_ |
|
private |
uint8_t LocalVmRoute::flags_ |
|
private |
bool LocalVmRoute::force_policy_ |
|
private |
std::string LocalVmRoute::intf_route_type_ |
|
private |
bool LocalVmRoute::is_health_check_service_ |
|
private |
bool LocalVmRoute::is_learnt_route_ |
|
private |
bool LocalVmRoute::is_local_ |
|
private |
uint32_t LocalVmRoute::mpls_label_ |
|
private |
bool LocalVmRoute::native_encap_ |
|
private |
uint32_t LocalVmRoute::native_vrf_id_ |
|
private |
bool LocalVmRoute::proxy_arp_ |
|
private |
bool LocalVmRoute::sync_route_ |
|
private |
uint32_t LocalVmRoute::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: