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