mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:48:27 +00:00
Lower the default 'timers connect' in BGP to 10 seconds
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
db07cdc498
commit
23a1f277a9
@ -1002,7 +1002,7 @@ struct bgp_nlri
|
||||
#define BGP_DEFAULT_ASORIGINATE 15
|
||||
#define BGP_DEFAULT_EBGP_ROUTEADV 0
|
||||
#define BGP_DEFAULT_IBGP_ROUTEADV 0
|
||||
#define BGP_DEFAULT_CONNECT_RETRY 120
|
||||
#define BGP_DEFAULT_CONNECT_RETRY 10
|
||||
|
||||
/* BGP default local preference. */
|
||||
#define BGP_DEFAULT_LOCAL_PREF 100
|
||||
|
Loading…
Reference in New Issue
Block a user