From 23a1f277a965ba3e0838a94a34af98752b009944 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Tue, 20 Oct 2015 21:53:10 +0000 Subject: [PATCH] Lower the default 'timers connect' in BGP to 10 seconds Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp --- bgpd/bgpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 3f1aff846e..133cd3876e 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -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 -- 2.39.5