#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() [1/2]
| 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() [2/2]
| ControllerMplsRoute::ControllerMplsRoute |
( |
const BgpPeer * |
peer | ) |
|
|
inline |
◆ ~ControllerMplsRoute()
| virtual ControllerMplsRoute::~ControllerMplsRoute |
( |
| ) |
|
|
inlinevirtual |
◆ AddChangePathExtended()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ MakeControllerMplsRoute()
| 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 |
◆ sg_list()
◆ tag_list()
| const TagList& ControllerMplsRoute::tag_list |
( |
| ) |
const |
|
inline |
◆ ToString()
| virtual string ControllerMplsRoute::ToString |
( |
| ) |
const |
|
inlinevirtual |
◆ dest_vn_list_
◆ ecmp_load_balance_
◆ ecmp_suppressed_
| bool ControllerMplsRoute::ecmp_suppressed_ |
|
private |
◆ etree_leaf_
| bool ControllerMplsRoute::etree_leaf_ |
|
private |
◆ label_
| uint32_t ControllerMplsRoute::label_ |
|
private |
◆ nh_req_
◆ path_preference_
◆ rewrite_dmac_
◆ server_vrf_
| string ControllerMplsRoute::server_vrf_ |
|
private |
◆ sg_list_
◆ tag_list_
| TagList ControllerMplsRoute::tag_list_ |
|
private |
◆ tunnel_bmap_
◆ tunnel_dest_
The documentation for this class was generated from the following files: