#include <bgp_rib_policy.h>
|
| RibExportPolicy () |
|
| RibExportPolicy (uint32_t cluster_id) |
|
| RibExportPolicy (BgpProto::BgpPeerType type, Encoding encoding, int affinity, uint32_t cluster_id) |
|
| RibExportPolicy (BgpProto::BgpPeerType type, Encoding encoding, as_t as_number, bool as_override, bool llgr, bool as4_supported, int affinity, uint32_t cluster_id, as_t local_as_number=0) |
|
| RibExportPolicy (BgpProto::BgpPeerType type, Encoding encoding, as_t as_number, bool as_override, bool llgr, bool as4_supported, IpAddress nexthop, int affinity, uint32_t cluster_id, std::vector< std::string > &default_tunnel_encap_list, as_t local_as_number=0) |
|
void | SetRemovePrivatePolicy (bool all, bool replace, bool peer_loop_check) |
|
bool | operator< (const RibExportPolicy &rhs) const |
|
Definition at line 43 of file bgp_rib_policy.h.
RibExportPolicy::RibExportPolicy |
( |
| ) |
|
RibExportPolicy::RibExportPolicy |
( |
uint32_t |
cluster_id | ) |
|
|
explicit |
RibExportPolicy::RibExportPolicy |
( |
BgpProto::BgpPeerType |
type, |
|
|
Encoding |
encoding, |
|
|
as_t |
as_number, |
|
|
bool |
as_override, |
|
|
bool |
llgr, |
|
|
bool |
as4_supported, |
|
|
int |
affinity, |
|
|
uint32_t |
cluster_id, |
|
|
as_t |
local_as_number = 0 |
|
) |
| |
RibExportPolicy::RibExportPolicy |
( |
BgpProto::BgpPeerType |
type, |
|
|
Encoding |
encoding, |
|
|
as_t |
as_number, |
|
|
bool |
as_override, |
|
|
bool |
llgr, |
|
|
bool |
as4_supported, |
|
|
IpAddress |
nexthop, |
|
|
int |
affinity, |
|
|
uint32_t |
cluster_id, |
|
|
std::vector< std::string > & |
default_tunnel_encap_list, |
|
|
as_t |
local_as_number = 0 |
|
) |
| |
void RibExportPolicy::SetRemovePrivatePolicy |
( |
bool |
all, |
|
|
bool |
replace, |
|
|
bool |
peer_loop_check |
|
) |
| |
int RibExportPolicy::affinity |
bool RibExportPolicy::as4_supported |
as_t RibExportPolicy::as_number |
bool RibExportPolicy::as_override |
uint32_t RibExportPolicy::cluster_id |
std::vector<std::string> RibExportPolicy::default_tunnel_encap_list |
bool RibExportPolicy::llgr |
as_t RibExportPolicy::local_as_number |
The documentation for this struct was generated from the following files: