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

#include <agent_path.h>

Inheritance diagram for Inet4UnicastArpRoute:
Collaboration diagram for Inet4UnicastArpRoute:

Public Member Functions

 Inet4UnicastArpRoute (const std::string &vrf_name, const Ip4Address &addr, bool policy, const VnListType &vn_list, const SecurityGroupList &sg, const TagList &tag)
 
virtual ~Inet4UnicastArpRoute ()
 
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 (Inet4UnicastArpRoute)
 

Private Attributes

std::string vrf_name_
 
Ip4Address addr_
 
bool policy_
 
VnListType vn_list_
 
SecurityGroupList sg_list_
 
TagList tag_list_
 

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

Constructor & Destructor Documentation

Inet4UnicastArpRoute::Inet4UnicastArpRoute ( const std::string &  vrf_name,
const Ip4Address addr,
bool  policy,
const VnListType vn_list,
const SecurityGroupList sg,
const TagList tag 
)
inline

Definition at line 965 of file agent_path.h.

virtual Inet4UnicastArpRoute::~Inet4UnicastArpRoute ( )
inlinevirtual

Definition at line 973 of file agent_path.h.

Member Function Documentation

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

Implements AgentRouteData.

Definition at line 605 of file inet_unicast_route.cc.

Here is the call graph for this function:

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

Implements AgentRouteData.

Definition at line 977 of file agent_path.h.

Member Data Documentation

Ip4Address Inet4UnicastArpRoute::addr_
private

Definition at line 980 of file agent_path.h.

bool Inet4UnicastArpRoute::policy_
private

Definition at line 981 of file agent_path.h.

SecurityGroupList Inet4UnicastArpRoute::sg_list_
private

Definition at line 983 of file agent_path.h.

TagList Inet4UnicastArpRoute::tag_list_
private

Definition at line 984 of file agent_path.h.

VnListType Inet4UnicastArpRoute::vn_list_
private

Definition at line 982 of file agent_path.h.

std::string Inet4UnicastArpRoute::vrf_name_
private

Definition at line 979 of file agent_path.h.


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