#include <agent_path.h>
|
| ResolveRoute (const InterfaceKey *key, bool policy, const uint32_t label, const std::string &vn_name, const SecurityGroupList &sg_list, const TagList &tag_list) |
|
virtual | ~ResolveRoute () |
|
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 617 of file agent_path.h.
ResolveRoute::ResolveRoute |
( |
const InterfaceKey * |
key, |
|
|
bool |
policy, |
|
|
const uint32_t |
label, |
|
|
const std::string & |
vn_name, |
|
|
const SecurityGroupList & |
sg_list, |
|
|
const TagList & |
tag_list |
|
) |
| |
|
inline |
virtual ResolveRoute::~ResolveRoute |
( |
| ) |
|
|
inlinevirtual |
virtual std::string ResolveRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
const std::string ResolveRoute::dest_vn_name_ |
|
private |
boost::scoped_ptr<const InterfaceKey> ResolveRoute::intf_key_ |
|
private |
uint32_t ResolveRoute::label_ |
|
private |
const TagList ResolveRoute::path_tag_list_ |
|
private |
bool ResolveRoute::policy_ |
|
private |
The documentation for this class was generated from the following files: