OpenSDN source code
|
#include <bgp_peer.h>
Public Member Functions | |
BgpPeerFamilyAttributes (const BgpNeighborConfig *config, const BgpFamilyAttributesConfig &family_config) | |
Public Attributes | |
uint8_t | loop_count |
uint32_t | prefix_limit |
uint32_t | idle_timeout |
IpAddress | gateway_address |
std::vector< std::string > | default_tunnel_encap_list |
Definition at line 51 of file bgp_peer.h.
BgpPeerFamilyAttributes::BgpPeerFamilyAttributes | ( | const BgpNeighborConfig * | config, |
const BgpFamilyAttributesConfig & | family_config | ||
) |
std::vector<std::string> BgpPeerFamilyAttributes::default_tunnel_encap_list |
Definition at line 58 of file bgp_peer.h.
IpAddress BgpPeerFamilyAttributes::gateway_address |
Definition at line 57 of file bgp_peer.h.
uint32_t BgpPeerFamilyAttributes::idle_timeout |
Definition at line 56 of file bgp_peer.h.
uint8_t BgpPeerFamilyAttributes::loop_count |
Definition at line 54 of file bgp_peer.h.
uint32_t BgpPeerFamilyAttributes::prefix_limit |
Definition at line 55 of file bgp_peer.h.