diff options
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 3694cda..443eec0 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; |