OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LocalVmRoute Class Reference

#include <agent_path.h>

Inheritance diagram for LocalVmRoute:
Collaboration diagram for LocalVmRoute:

Public Member Functions

 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 CommunityListcommunities () const
 
const SecurityGroupListsg_list () const
 
const TagListtag_list () const
 
void set_tunnel_bmap (TunnelType::TypeBmap bmap)
 
const PathPreferencepath_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
 
- Public Member Functions inherited from AgentRouteData
 AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number)
 
virtual ~AgentRouteData ()
 
virtual AgentPathCreateAgentPath (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)
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (LocalVmRoute)
 

Private Attributes

VmInterfaceKey intf_
 
uint32_t mpls_label_
 
uint32_t vxlan_id_
 
bool force_policy_
 
VnListType dest_vn_list_
 
bool proxy_arp_
 
bool sync_route_
 
uint8_t flags_
 
SecurityGroupList sg_list_
 
TagList tag_list_
 
CommunityList communities_
 
TunnelType::TypeBmap tunnel_bmap_
 
PathPreference path_preference_
 
IpAddress subnet_service_ip_
 
EcmpLoadBalance ecmp_load_balance_
 
bool is_local_
 
bool is_health_check_service_
 
bool etree_leaf_
 
bool native_encap_
 
std::string intf_route_type_
 
uint32_t native_vrf_id_
 
bool is_learnt_route_
 

Additional Inherited Members

- Public Types inherited from AgentRouteData
enum  Type { ADD_DEL_CHANGE, ROUTE_PREFERENCE_CHANGE, IPAM_SUBNET }
 
- Public Attributes inherited from AgentRouteData
Type type_
 
bool is_multicast_
 
uint64_t sequence_number_
 

Detailed Description

Definition at line 640 of file agent_path.h.

Constructor & Destructor Documentation

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

Definition at line 642 of file agent_path.h.

virtual LocalVmRoute::~LocalVmRoute ( )
inlinevirtual

Definition at line 670 of file agent_path.h.

Member Function Documentation

bool LocalVmRoute::AddChangePathExtended ( Agent agent,
AgentPath path,
const AgentRoute rt 
)
virtual

Implements AgentRouteData.

Definition at line 905 of file agent_path.cc.

const CommunityList& LocalVmRoute::communities ( ) const
inline

Definition at line 676 of file agent_path.h.

void LocalVmRoute::DisableProxyArp ( )
inline

Definition at line 671 of file agent_path.h.

LocalVmRoute::DISALLOW_COPY_AND_ASSIGN ( LocalVmRoute  )
private
bool LocalVmRoute::etree_leaf ( ) const
inline

Definition at line 687 of file agent_path.h.

const std::string& LocalVmRoute::intf_route_type ( ) const
inline

Definition at line 688 of file agent_path.h.

uint32_t LocalVmRoute::native_vrf_id ( ) const
inline

Definition at line 692 of file agent_path.h.

const PathPreference& LocalVmRoute::path_preference ( ) const
inline

Definition at line 680 of file agent_path.h.

bool LocalVmRoute::proxy_arp ( ) const
inline

Definition at line 686 of file agent_path.h.

void LocalVmRoute::set_native_vrf_id ( uint32_t  vrf_id)
inline

Definition at line 689 of file agent_path.h.

void LocalVmRoute::set_path_preference ( const PathPreference path_preference)
inline

Definition at line 681 of file agent_path.h.

Here is the call graph for this function:

void LocalVmRoute::set_tunnel_bmap ( TunnelType::TypeBmap  bmap)
inline

Definition at line 679 of file agent_path.h.

const SecurityGroupList& LocalVmRoute::sg_list ( ) const
inline

Definition at line 677 of file agent_path.h.

const TagList& LocalVmRoute::tag_list ( ) const
inline

Definition at line 678 of file agent_path.h.

virtual std::string LocalVmRoute::ToString ( ) const
inlinevirtual

Implements AgentRouteData.

Definition at line 672 of file agent_path.h.

uint32_t LocalVmRoute::tunnel_bmap ( ) const
inline

Definition at line 685 of file agent_path.h.

bool LocalVmRoute::UpdateRoute ( AgentRoute rt)
virtual

Reimplemented from AgentRouteData.

Definition at line 1097 of file agent_path.cc.

Here is the call graph for this function:

uint32_t LocalVmRoute::vxlan_id ( ) const
inline

Definition at line 684 of file agent_path.h.

Member Data Documentation

CommunityList LocalVmRoute::communities_
private

Definition at line 706 of file agent_path.h.

VnListType LocalVmRoute::dest_vn_list_
private

Definition at line 700 of file agent_path.h.

EcmpLoadBalance LocalVmRoute::ecmp_load_balance_
private

Definition at line 710 of file agent_path.h.

bool LocalVmRoute::etree_leaf_
private

Definition at line 713 of file agent_path.h.

uint8_t LocalVmRoute::flags_
private

Definition at line 703 of file agent_path.h.

bool LocalVmRoute::force_policy_
private

Definition at line 699 of file agent_path.h.

VmInterfaceKey LocalVmRoute::intf_
private

Definition at line 696 of file agent_path.h.

std::string LocalVmRoute::intf_route_type_
private

Definition at line 715 of file agent_path.h.

bool LocalVmRoute::is_health_check_service_
private

Definition at line 712 of file agent_path.h.

bool LocalVmRoute::is_learnt_route_
private

Definition at line 717 of file agent_path.h.

bool LocalVmRoute::is_local_
private

Definition at line 711 of file agent_path.h.

uint32_t LocalVmRoute::mpls_label_
private

Definition at line 697 of file agent_path.h.

bool LocalVmRoute::native_encap_
private

Definition at line 714 of file agent_path.h.

uint32_t LocalVmRoute::native_vrf_id_
private

Definition at line 716 of file agent_path.h.

PathPreference LocalVmRoute::path_preference_
private

Definition at line 708 of file agent_path.h.

bool LocalVmRoute::proxy_arp_
private

Definition at line 701 of file agent_path.h.

SecurityGroupList LocalVmRoute::sg_list_
private

Definition at line 704 of file agent_path.h.

IpAddress LocalVmRoute::subnet_service_ip_
private

Definition at line 709 of file agent_path.h.

bool LocalVmRoute::sync_route_
private

Definition at line 702 of file agent_path.h.

TagList LocalVmRoute::tag_list_
private

Definition at line 705 of file agent_path.h.

TunnelType::TypeBmap LocalVmRoute::tunnel_bmap_
private

Definition at line 707 of file agent_path.h.

uint32_t LocalVmRoute::vxlan_id_
private

Definition at line 698 of file agent_path.h.


The documentation for this class was generated from the following files: