Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultReconnectInterval = time.Second * 15 DefaultHoldTime = time.Second * 90 DefaultKeepAlive = time.Second * 30 )
Defaults for BGP timers
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BGPConfig ¶
type BGPPeer ¶
type BGPPeer struct { RouterID string `yaml:"router_id"` Address string `yaml:"peer_address"` AS uint32 `yaml:"peer_as"` AuthKey string `yaml:"auth_key"` Passive bool `yaml:"passive"` RouteReflectorClient bool `yaml:"route_reflector_client"` RouteReflectorClusterID uint32 `yaml:"route_reflector_cluster_id"` }
Click to show internal directories.
Click to hide internal directories.