diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-06 16:27:11 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-06 16:27:11 +0200 |
commit | d631698ec8a63270f7ca9bc069508d1313a08f92 (patch) | |
tree | 922a23cdbe59401b78f809878ba814e2adac4697 /proto/ospf/ospf.h | |
parent | d8d553cadfecab2a2f3d8a69624b5a743bd97ce3 (diff) | |
download | bird-d631698ec8a63270f7ca9bc069508d1313a08f92.tar bird-d631698ec8a63270f7ca9bc069508d1313a08f92.zip |
Indentation.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index cf984aa..29e1af5 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -43,7 +43,7 @@ #define AllDRouters ipa_from_u32(0xe0000006) /* 224.0.0.6 */ #define DEFAULTDES ipa_from_u32(0) #else -#error Multicast address not defined in IPv6 +#error OSPF for IPv6 is not implemented (mail to Feela <feela@network.cz>) #endif @@ -51,7 +51,11 @@ #define MINLSINTERVAL 5 #define MINLSARRIVAL 1 #define LSINFINITY 0xffff /* RFC says 0xffffff ??? */ -#define DISPTICK 7 + +#define DEFAULT_DISPTICK 4 +#define DEFAULT_OSPFTICK 5 +#define DEFAULT_RFC1583 1 /* compatibility with rfc1583 */ + struct ospf_config { |