#include <agent_path.h>
|
| | 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 () |
| |
Definition at line 772 of file agent_path.h.
◆ HostRoute()
| HostRoute::HostRoute |
( |
const PacketInterfaceKey & |
intf, |
|
|
const std::string & |
dest_vn_name |
|
) |
| |
|
inline |
◆ ~HostRoute()
| virtual HostRoute::~HostRoute |
( |
| ) |
|
|
inlinevirtual |
◆ AddChangePathExtended()
◆ DISALLOW_COPY_AND_ASSIGN()
| HostRoute::DISALLOW_COPY_AND_ASSIGN |
( |
HostRoute |
| ) |
|
|
private |
◆ set_policy()
| void HostRoute::set_policy |
( |
bool |
policy | ) |
|
|
inline |
◆ set_proxy_arp()
| void HostRoute::set_proxy_arp |
( |
| ) |
|
|
inline |
◆ ToString()
| virtual std::string HostRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ UpdateRoute()
◆ dest_vn_name_
| std::string HostRoute::dest_vn_name_ |
|
private |
◆ intf_
◆ policy_
◆ proxy_arp_
| bool HostRoute::proxy_arp_ |
|
private |
The documentation for this class was generated from the following files: