From d19cae9f342003b5e8168807e189431141850fe0 Mon Sep 17 00:00:00 2001 From: Punith Kumar S Date: Wed, 12 Oct 2022 15:27:43 +0000 Subject: [PATCH] ospfd: change default ospf schedule abr task timer Signed-off-by: Punith Kumar S --- ospfd/ospf_abr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospfd/ospf_abr.h b/ospfd/ospf_abr.h index e15f4a6bf7..c523638fb3 100644 --- a/ospfd/ospf_abr.h +++ b/ospfd/ospf_abr.h @@ -22,7 +22,7 @@ #ifndef _ZEBRA_OSPF_ABR_H #define _ZEBRA_OSPF_ABR_H -#define OSPF_ABR_TASK_DELAY 7 +#define OSPF_ABR_TASK_DELAY 5 #define OSPF_AREA_RANGE_ADVERTISE (1 << 0) #define OSPF_AREA_RANGE_SUBSTITUTE (1 << 1) -- 2.39.5