#include <agent_path.h>
|
| | Inet4UnicastInterfaceRoute (const PhysicalInterface *intrface, const std::string &vn_name) |
| |
| virtual | ~Inet4UnicastInterfaceRoute () |
| |
| 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 1058 of file agent_path.h.
◆ Inet4UnicastInterfaceRoute()
| Inet4UnicastInterfaceRoute::Inet4UnicastInterfaceRoute |
( |
const PhysicalInterface * |
intrface, |
|
|
const std::string & |
vn_name |
|
) |
| |
◆ ~Inet4UnicastInterfaceRoute()
| virtual Inet4UnicastInterfaceRoute::~Inet4UnicastInterfaceRoute |
( |
| ) |
|
|
inlinevirtual |
◆ AddChangePathExtended()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ ToString()
| virtual std::string Inet4UnicastInterfaceRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ interface_key_
| std::unique_ptr<InterfaceKey> Inet4UnicastInterfaceRoute::interface_key_ |
|
private |
◆ vn_name_
| std::string Inet4UnicastInterfaceRoute::vn_name_ |
|
private |
The documentation for this class was generated from the following files: