diff options
| author | Punith Kumar S <punith.shivakumar@sophos.com> | 2022-10-12 15:27:43 +0000 |
|---|---|---|
| committer | Punith Kumar S <punith.shivakumar@sophos.com> | 2022-10-12 15:27:43 +0000 |
| commit | d19cae9f342003b5e8168807e189431141850fe0 (patch) | |
| tree | d744cc0545fad047c029fd76cd0f9629355a8b73 | |
| parent | f3e93dc535a47c727f4facde5cd14879307927cf (diff) | |
ospfd: change default ospf schedule abr task timer
Signed-off-by: Punith Kumar S <punith.shivakumar@sophos.com>
| -rw-r--r-- | ospfd/ospf_abr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
