diff options
author | Martin Mares <mj@ucw.cz> | 1999-06-01 15:57:24 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-06-01 15:57:24 +0200 |
commit | 3e1f30610e109b3eff7e3d8b420c4b7988bd3152 (patch) | |
tree | f596787bb62fc442b234026fb7c0f337d18163f1 /proto/ospf/ospf.h | |
parent | 9de840bdbd59669a129f68f1ff3595b34439ec09 (diff) | |
download | bird-3e1f30610e109b3eff7e3d8b420c4b7988bd3152.tar bird-3e1f30610e109b3eff7e3d8b420c4b7988bd3152.zip |
Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocols
use it when creating sockets.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 9d45993..19c9eeb 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -12,7 +12,6 @@ #define OSPF_PROTO 89 #ifndef IPV6 #define OSPF_VERSION 2 -#define OSPF_IP_PRI 0xc0 #define AllSPFRouters ipa_from_u32(0xe0000005) /* 224.0.0.5 */ #define AllDRouters ipa_from_u32(0xe0000006) /* 224.0.0.6 */ #else |