OpenSDN source code
|
#include <agent_path.h>
Public Member Functions | |
HostRoute (const PacketInterfaceKey &intf, const std::string &dest_vn_name) | |
virtual | ~HostRoute () |
void | set_proxy_arp () |
void | set_policy (bool policy) |
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
virtual std::string | ToString () const |
virtual bool | UpdateRoute (AgentRoute *rt) |
![]() | |
AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
virtual | ~AgentRouteData () |
virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
bool | AddChangePath (Agent *agent, AgentPath *path, const AgentRoute *rt) |
bool | is_multicast () const |
uint64_t | sequence_number () const |
DISALLOW_COPY_AND_ASSIGN (AgentRouteData) | |
![]() | |
AgentData () | |
virtual | ~AgentData () |
![]() | |
virtual | ~DBRequestData () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (HostRoute) | |
Private Attributes | |
PacketInterfaceKey | intf_ |
std::string | dest_vn_name_ |
bool | proxy_arp_ |
bool | policy_ |
Additional Inherited Members | |
![]() | |
enum | Type { ADD_DEL_CHANGE, ROUTE_PREFERENCE_CHANGE, IPAM_SUBNET } |
![]() | |
Type | type_ |
bool | is_multicast_ |
uint64_t | sequence_number_ |
Definition at line 772 of file agent_path.h.
|
inline |
Definition at line 774 of file agent_path.h.
|
inlinevirtual |
Definition at line 779 of file agent_path.h.
|
virtual |
Implements AgentRouteData.
Definition at line 766 of file agent_path.cc.
|
private |
|
inline |
Definition at line 781 of file agent_path.h.
|
inline |
Definition at line 780 of file agent_path.h.
|
inlinevirtual |
Implements AgentRouteData.
Definition at line 786 of file agent_path.h.
|
virtual |
Reimplemented from AgentRouteData.
Definition at line 788 of file agent_path.cc.
|
private |
Definition at line 791 of file agent_path.h.
|
private |
Definition at line 790 of file agent_path.h.
|
private |
Definition at line 793 of file agent_path.h.
|
private |
Definition at line 792 of file agent_path.h.