diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-07 21:50:16 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-07 21:50:16 +0000 |
commit | b4af36e0d8eeb6a032b2ce2464aae76a04117827 (patch) | |
tree | 7e8abebb6fdfa19ce427b6d9059416f0fe87032f /proto/ospf/ospf.h | |
parent | 7ab3ff6a287d6adc8f1d371d9da1504de502c8a6 (diff) |
Removed some FIXMEs simply deleting them.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 3694cdaa..443eec0d 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -51,7 +51,7 @@ #define MINLSINTERVAL 5 #define MINLSARRIVAL 1 #define LSINFINITY 0xffff /* RFC says 0xffffff ??? */ -#define DISPTICK 7 /* FIXME What's good value? */ +#define DISPTICK 7 struct ospf_config { struct proto_config c; |