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

#include <agent_path.h>

Inheritance diagram for VlanNhRoute:
Collaboration diagram for VlanNhRoute:

Public Member Functions

 VlanNhRoute (const VmInterfaceKey &intf, uint16_t tag, uint32_t label, const VnListType &dest_vn_list, const SecurityGroupList &sg_list, const TagList &tag_list, const PathPreference &path_preference, uint64_t sequence_number)
 
virtual ~VlanNhRoute ()
 
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 (VlanNhRoute)
 

Private Attributes

VmInterfaceKey intf_
 
uint16_t tag_
 
uint32_t label_
 
VnListType dest_vn_list_
 
SecurityGroupList sg_list_
 
TagList tag_list_
 
PathPreference path_preference_
 
TunnelType::TypeBmap tunnel_bmap_
 

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

Constructor & Destructor Documentation

VlanNhRoute::VlanNhRoute ( const VmInterfaceKey intf,
uint16_t  tag,
uint32_t  label,
const VnListType dest_vn_list,
const SecurityGroupList sg_list,
const TagList tag_list,
const PathPreference path_preference,
uint64_t  sequence_number 
)
inline

Definition at line 822 of file agent_path.h.

virtual VlanNhRoute::~VlanNhRoute ( )
inlinevirtual

Definition at line 831 of file agent_path.h.

Member Function Documentation

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

Implements AgentRouteData.

Definition at line 1169 of file agent_path.cc.

Here is the call graph for this function:

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

Implements AgentRouteData.

Definition at line 834 of file agent_path.h.

Member Data Documentation

VnListType VlanNhRoute::dest_vn_list_
private

Definition at line 840 of file agent_path.h.

VmInterfaceKey VlanNhRoute::intf_
private

Definition at line 837 of file agent_path.h.

uint32_t VlanNhRoute::label_
private

Definition at line 839 of file agent_path.h.

PathPreference VlanNhRoute::path_preference_
private

Definition at line 843 of file agent_path.h.

SecurityGroupList VlanNhRoute::sg_list_
private

Definition at line 841 of file agent_path.h.

uint16_t VlanNhRoute::tag_
private

Definition at line 838 of file agent_path.h.

TagList VlanNhRoute::tag_list_
private

Definition at line 842 of file agent_path.h.

TunnelType::TypeBmap VlanNhRoute::tunnel_bmap_
private

Definition at line 844 of file agent_path.h.


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