diff options
author | hasso <hasso> | 2004-05-19 15:43:50 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-05-19 15:43:50 +0200 |
commit | 00995cfcc9cb30afabb3242837753ab1eb7fdb85 (patch) | |
tree | fbfebfd74d22b29eb9b7bc279a4d6fd2beec4def /isisd/isis_constants.h | |
parent | Make it compile in NetBSD and OpenBSD. (diff) | |
download | frr-00995cfcc9cb30afabb3242837753ab1eb7fdb85.tar.xz frr-00995cfcc9cb30afabb3242837753ab1eb7fdb85.zip |
Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).
Also tiny temporary fix from me to spf thread crash. Will look at it later.
Diffstat (limited to 'isisd/isis_constants.h')
-rw-r--r-- | isisd/isis_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_constants.h b/isisd/isis_constants.h index 852b8a1ff..c732bfc46 100644 --- a/isisd/isis_constants.h +++ b/isisd/isis_constants.h @@ -65,7 +65,7 @@ #define ISIS_LEVEL1 1 #define ISIS_LEVEL2 2 -#define HELLO_INTERVAL 1 +#define HELLO_INTERVAL 10 #define HELLO_MINIMAL HELLO_INTERVAL #define HELLO_MULTIPLIER 3 #define DEFAULT_PRIORITY 64 |