From 1670355a5ae95be2a695a1f4081f5a671f3f785f Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Tue, 20 Oct 2015 21:50:03 +0000 Subject: [PATCH] Lower the default MRAI timer for iBGP peers to 0 --- bgpd/bgpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 69ce7219f5..83bf569c59 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -1001,7 +1001,7 @@ struct bgp_nlri #define BGP_DEFAULT_KEEPALIVE 60 #define BGP_DEFAULT_ASORIGINATE 15 #define BGP_DEFAULT_EBGP_ROUTEADV 30 -#define BGP_DEFAULT_IBGP_ROUTEADV 5 +#define BGP_DEFAULT_IBGP_ROUTEADV 0 #define BGP_DEFAULT_CONNECT_RETRY 120 /* BGP default local preference. */ -- 2.39.5