diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:04:07 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:04:07 -0700 |
| commit | b69278752c25e86755fa8bf514e417e1bca03fec (patch) | |
| tree | b431868c97539b846c37c6a9d63db4dfe8273f1a /lib/libospf.h | |
| parent | 2c19a6ec62c6ed4450d237a467734fd24455a983 (diff) | |
Command to adjust min-arrival value in Milliseconds.
timers lsa min-arrival <1-60000>
Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com>
Reviewed-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Diffstat (limited to 'lib/libospf.h')
| -rw-r--r-- | lib/libospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libospf.h b/lib/libospf.h index 8762dfb259..76feaa82e6 100644 --- a/lib/libospf.h +++ b/lib/libospf.h @@ -40,7 +40,7 @@ #define OSPF_LS_REFRESH_TIME 1800 #endif #define OSPF_MIN_LS_INTERVAL 5 -#define OSPF_MIN_LS_ARRIVAL 1 +#define OSPF_MIN_LS_ARRIVAL 1000 /* in milliseconds */ #define OSPF_LSA_INITIAL_AGE 0 /* useful for debug */ #define OSPF_LSA_MAXAGE 3600 #define OSPF_CHECK_AGE 300 |
