#include <agent_path.h>
|
| InetUnicastNdpRoute (const std::string &vrf_name, const IpAddress &addr, bool policy, const VnListType &vn_list, const SecurityGroupList &sg, const TagList &tag) |
|
virtual | ~InetUnicastNdpRoute () |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual std::string | ToString () const |
|
| 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 |
|
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) |
|
| AgentData () |
|
virtual | ~AgentData () |
|
virtual | ~DBRequestData () |
|
Definition at line 988 of file agent_path.h.
◆ InetUnicastNdpRoute()
◆ ~InetUnicastNdpRoute()
virtual InetUnicastNdpRoute::~InetUnicastNdpRoute |
( |
| ) |
|
|
inlinevirtual |
◆ AddChangePathExtended()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ ToString()
virtual std::string InetUnicastNdpRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ addr_
◆ policy_
bool InetUnicastNdpRoute::policy_ |
|
private |
◆ sg_list_
◆ tag_list_
TagList InetUnicastNdpRoute::tag_list_ |
|
private |
◆ vn_list_
◆ vrf_name_
std::string InetUnicastNdpRoute::vrf_name_ |
|
private |
The documentation for this class was generated from the following files: