#include <controller_route_path.h>
|
| ControllerVmRoute (const BgpPeer *peer, const string &vrf_name, const Ip4Address &addr, uint32_t label, const VnListType &dest_vn_list, int bmap, const SecurityGroupList &sg_list, const TagList &tag_list, const PathPreference &path_preference, DBRequest &req, bool ecmp_suppressed, const EcmpLoadBalance &ecmp_load_balance, bool etree_leaf, const MacAddress &rewrite_dmac=MacAddress()) |
|
| ControllerVmRoute (const BgpPeer *peer) |
|
virtual | ~ControllerVmRoute () |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual bool | UpdateRoute (AgentRoute *route) |
|
virtual string | ToString () const |
|
const SecurityGroupList & | sg_list () const |
|
const TagList & | tag_list () const |
|
| ControllerPeerPath (const BgpPeer *peer) |
|
| ~ControllerPeerPath () |
|
| 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 () |
|
|
static ControllerVmRoute * | MakeControllerVmRoute (const BgpPeer *peer, const string &default_vrf, const Ip4Address &router_id, const string &vrf_name, const Ip4Address &tunnel_dest, TunnelType::TypeBmap bmap, uint32_t label, MacAddress rewrite_dmac, const VnListType &dest_vn_list, const SecurityGroupList &sg_list, const TagList &tag_list, const PathPreference &path_preference, bool ecmp_suppressed, const EcmpLoadBalance &ecmp_load_balance, bool etree_leaf) |
|
Definition at line 56 of file controller_route_path.h.
ControllerVmRoute::ControllerVmRoute |
( |
const BgpPeer * |
peer, |
|
|
const string & |
vrf_name, |
|
|
const Ip4Address & |
addr, |
|
|
uint32_t |
label, |
|
|
const VnListType & |
dest_vn_list, |
|
|
int |
bmap, |
|
|
const SecurityGroupList & |
sg_list, |
|
|
const TagList & |
tag_list, |
|
|
const PathPreference & |
path_preference, |
|
|
DBRequest & |
req, |
|
|
bool |
ecmp_suppressed, |
|
|
const EcmpLoadBalance & |
ecmp_load_balance, |
|
|
bool |
etree_leaf, |
|
|
const MacAddress & |
rewrite_dmac = MacAddress() |
|
) |
| |
|
inline |
ControllerVmRoute::ControllerVmRoute |
( |
const BgpPeer * |
peer | ) |
|
|
inline |
virtual ControllerVmRoute::~ControllerVmRoute |
( |
| ) |
|
|
inlinevirtual |
ControllerVmRoute * ControllerVmRoute::MakeControllerVmRoute |
( |
const BgpPeer * |
peer, |
|
|
const string & |
default_vrf, |
|
|
const Ip4Address & |
router_id, |
|
|
const string & |
vrf_name, |
|
|
const Ip4Address & |
tunnel_dest, |
|
|
TunnelType::TypeBmap |
bmap, |
|
|
uint32_t |
label, |
|
|
MacAddress |
rewrite_dmac, |
|
|
const VnListType & |
dest_vn_list, |
|
|
const SecurityGroupList & |
sg_list, |
|
|
const TagList & |
tag_list, |
|
|
const PathPreference & |
path_preference, |
|
|
bool |
ecmp_suppressed, |
|
|
const EcmpLoadBalance & |
ecmp_load_balance, |
|
|
bool |
etree_leaf |
|
) |
| |
|
static |
const TagList& ControllerVmRoute::tag_list |
( |
| ) |
const |
|
inline |
virtual string ControllerVmRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
bool ControllerVmRoute::UpdateRoute |
( |
AgentRoute * |
route | ) |
|
|
virtual |
bool ControllerVmRoute::ecmp_suppressed_ |
|
private |
bool ControllerVmRoute::etree_leaf_ |
|
private |
uint32_t ControllerVmRoute::label_ |
|
private |
std::vector<uint32_t> ControllerVmRoute::label_list_ |
|
private |
string ControllerVmRoute::server_vrf_ |
|
private |
TagList ControllerVmRoute::tag_list_ |
|
private |
std::vector<IpAddress> ControllerVmRoute::tunnel_dest_list_ |
|
private |
The documentation for this class was generated from the following files: