diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-07 03:18:36 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-07 03:18:36 +0200 |
commit | 3df89cefc19d08f621afac0ff485dba3591a39a0 (patch) | |
tree | 5ec67e0e68503c1b15cbb1c0136094033838e5c6 /proto/ospf/ospf.h | |
parent | bd457b8d2162034e03ac2bb62484d8b238fd556f (diff) | |
download | bird-3df89cefc19d08f621afac0ff485dba3591a39a0.tar bird-3df89cefc19d08f621afac0ff485dba3591a39a0.zip |
#define SIZE_OF_IP_HEADER
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 128fb49..edb3c38 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -9,7 +9,7 @@ #ifndef _BIRD_OSPF_H_ #define _BIRD_OSPF_H_ -#define SIPH 64 /* FIXME Size Of IP header */ +#define SIPH SIZE_OF_IP_HEADER #define MAXNETS 10 #ifdef LOCAL_DEBUG #define OSPF_FORCE_DEBUG 1 |