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

#include <agent_path.h>

Inheritance diagram for Inet4UnicastGatewayRoute:
Collaboration diagram for Inet4UnicastGatewayRoute:

Public Member Functions

 Inet4UnicastGatewayRoute (const AddressList &gw_list, const std::string &vrf_name, const VnListType &vn_list, uint32_t label, const SecurityGroupList &sg, const TagList &tag, const CommunityList &communities, bool native_encap)
 
virtual ~Inet4UnicastGatewayRoute ()
 
virtual bool AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt)
 
virtual std::string ToString () 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
 
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)
 
- Public Member Functions inherited from AgentData
 AgentData ()
 
virtual ~AgentData ()
 
- Public Member Functions inherited from DBRequestData
virtual ~DBRequestData ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (Inet4UnicastGatewayRoute)
 

Private Attributes

AddressList gw_list_
 
std::string vrf_name_
 
VnListType vn_list_
 
uint32_t mpls_label_
 
const SecurityGroupList sg_list_
 
const TagList tag_list_
 
const CommunityList communities_
 
bool native_encap_
 

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 1013 of file agent_path.h.

Constructor & Destructor Documentation

Inet4UnicastGatewayRoute::Inet4UnicastGatewayRoute ( const AddressList gw_list,
const std::string &  vrf_name,
const VnListType vn_list,
uint32_t  label,
const SecurityGroupList sg,
const TagList tag,
const CommunityList communities,
bool  native_encap 
)
inline

Definition at line 1015 of file agent_path.h.

virtual Inet4UnicastGatewayRoute::~Inet4UnicastGatewayRoute ( )
inlinevirtual

Definition at line 1027 of file agent_path.h.

Member Function Documentation

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

Implements AgentRouteData.

Definition at line 681 of file inet_unicast_route.cc.

Here is the call graph for this function:

Inet4UnicastGatewayRoute::DISALLOW_COPY_AND_ASSIGN ( Inet4UnicastGatewayRoute  )
private
virtual std::string Inet4UnicastGatewayRoute::ToString ( ) const
inlinevirtual

Implements AgentRouteData.

Definition at line 1030 of file agent_path.h.

Member Data Documentation

const CommunityList Inet4UnicastGatewayRoute::communities_
private

Definition at line 1039 of file agent_path.h.

AddressList Inet4UnicastGatewayRoute::gw_list_
private

Definition at line 1033 of file agent_path.h.

uint32_t Inet4UnicastGatewayRoute::mpls_label_
private

Definition at line 1036 of file agent_path.h.

bool Inet4UnicastGatewayRoute::native_encap_
private

Definition at line 1040 of file agent_path.h.

const SecurityGroupList Inet4UnicastGatewayRoute::sg_list_
private

Definition at line 1037 of file agent_path.h.

const TagList Inet4UnicastGatewayRoute::tag_list_
private

Definition at line 1038 of file agent_path.h.

VnListType Inet4UnicastGatewayRoute::vn_list_
private

Definition at line 1035 of file agent_path.h.

std::string Inet4UnicastGatewayRoute::vrf_name_
private

Definition at line 1034 of file agent_path.h.


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