OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpPeerFamilyAttributes Struct Reference

#include <bgp_peer.h>

Collaboration diagram for BgpPeerFamilyAttributes:

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
 

Detailed Description

Definition at line 51 of file bgp_peer.h.

Constructor & Destructor Documentation

BgpPeerFamilyAttributes::BgpPeerFamilyAttributes ( const BgpNeighborConfig config,
const BgpFamilyAttributesConfig family_config 
)

Definition at line 222 of file bgp_peer.cc.

Here is the call graph for this function:

Member Data Documentation

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.


The documentation for this struct was generated from the following files: