#include <controller_route_path.h>
|
| ControllerMplsRoute (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()) |
|
| ControllerMplsRoute (const BgpPeer *peer) |
|
virtual | ~ControllerMplsRoute () |
|
virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *rt) |
|
virtual string | ToString () const |
|
const SecurityGroupList & | sg_list () const |
|
const TagList & | tag_list () const |
|
| ControllerPeerPath (const BgpPeer *peer) |
|
| ~ControllerPeerPath () |
|
virtual bool | UpdateRoute (AgentRoute *route) |
|
| 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 ControllerMplsRoute * | MakeControllerMplsRoute (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 124 of file controller_route_path.h.
ControllerMplsRoute::ControllerMplsRoute |
( |
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 |
ControllerMplsRoute::ControllerMplsRoute |
( |
const BgpPeer * |
peer | ) |
|
|
inline |
virtual ControllerMplsRoute::~ControllerMplsRoute |
( |
| ) |
|
|
inlinevirtual |
ControllerMplsRoute * ControllerMplsRoute::MakeControllerMplsRoute |
( |
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& ControllerMplsRoute::tag_list |
( |
| ) |
const |
|
inline |
virtual string ControllerMplsRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
bool ControllerMplsRoute::ecmp_suppressed_ |
|
private |
bool ControllerMplsRoute::etree_leaf_ |
|
private |
uint32_t ControllerMplsRoute::label_ |
|
private |
string ControllerMplsRoute::server_vrf_ |
|
private |
TagList ControllerMplsRoute::tag_list_ |
|
private |
The documentation for this class was generated from the following files: