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

#include <agent_path.h>

Inheritance diagram for MacVmBindingPathData:
Collaboration diagram for MacVmBindingPathData:

Public Member Functions

 MacVmBindingPathData (const VmInterface *vm_intf, bool flood_dhcp)
 
virtual ~MacVmBindingPathData ()
 
virtual AgentPathCreateAgentPath (const Peer *peer, AgentRoute *rt) const
 
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 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 (MacVmBindingPathData)
 

Private Attributes

const VmInterfacevm_intf_
 
bool flood_dhcp_
 

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

Constructor & Destructor Documentation

MacVmBindingPathData::MacVmBindingPathData ( const VmInterface vm_intf,
bool  flood_dhcp 
)
inline

Definition at line 1111 of file agent_path.h.

virtual MacVmBindingPathData::~MacVmBindingPathData ( )
inlinevirtual

Definition at line 1114 of file agent_path.h.

Member Function Documentation

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

Implements AgentRouteData.

Definition at line 1983 of file agent_path.cc.

Here is the call graph for this function:

AgentPath * MacVmBindingPathData::CreateAgentPath ( const Peer peer,
AgentRoute rt 
) const
virtual

Reimplemented from AgentRouteData.

Definition at line 1975 of file agent_path.cc.

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

Implements AgentRouteData.

Definition at line 1118 of file agent_path.h.

Member Data Documentation

bool MacVmBindingPathData::flood_dhcp_
private

Definition at line 1122 of file agent_path.h.

const VmInterface* MacVmBindingPathData::vm_intf_
private

Definition at line 1121 of file agent_path.h.


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