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

#include <agent_path.h>

Inheritance diagram for PBBRoute:
Collaboration diagram for PBBRoute:

Public Member Functions

 PBBRoute (const VrfKey &vrf_key, const MacAddress &mac, uint32_t isid, const VnListType &vn_list, const SecurityGroupList &sg_list, const TagList &tag_list)
 
virtual ~PBBRoute ()
 
virtual std::string ToString () const
 
virtual bool AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt)
 
const SecurityGroupListsg_list () const
 
const TagListtag_list () 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 (PBBRoute)
 

Private Attributes

VrfKey vrf_key_
 
MacAddress dmac_
 
uint32_t isid_
 
VnListType dest_vn_list_
 
SecurityGroupList sg_list_
 
TagList tag_list_
 
PathPreference path_preference_
 

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

Constructor & Destructor Documentation

PBBRoute::PBBRoute ( const VrfKey vrf_key,
const MacAddress mac,
uint32_t  isid,
const VnListType vn_list,
const SecurityGroupList sg_list,
const TagList tag_list 
)
inline

Definition at line 723 of file agent_path.h.

virtual PBBRoute::~PBBRoute ( )
inlinevirtual

Definition at line 731 of file agent_path.h.

Member Function Documentation

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

Implements AgentRouteData.

Definition at line 1119 of file agent_path.cc.

Here is the call graph for this function:

PBBRoute::DISALLOW_COPY_AND_ASSIGN ( PBBRoute  )
private
const SecurityGroupList& PBBRoute::sg_list ( ) const
inline

Definition at line 735 of file agent_path.h.

const TagList& PBBRoute::tag_list ( ) const
inline

Definition at line 736 of file agent_path.h.

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

Implements AgentRouteData.

Definition at line 732 of file agent_path.h.

Member Data Documentation

VnListType PBBRoute::dest_vn_list_
private

Definition at line 742 of file agent_path.h.

MacAddress PBBRoute::dmac_
private

Definition at line 740 of file agent_path.h.

uint32_t PBBRoute::isid_
private

Definition at line 741 of file agent_path.h.

PathPreference PBBRoute::path_preference_
private

Definition at line 745 of file agent_path.h.

SecurityGroupList PBBRoute::sg_list_
private

Definition at line 743 of file agent_path.h.

TagList PBBRoute::tag_list_
private

Definition at line 744 of file agent_path.h.

VrfKey PBBRoute::vrf_key_
private

Definition at line 739 of file agent_path.h.


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