diff options
author | Ondrej Filip <feela@network.cz> | 1999-05-31 19:07:31 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 1999-05-31 19:07:31 +0000 |
commit | c72b09c8508d71b9a0a998c2dabe475d54b4d014 (patch) | |
tree | 29b82c6debb0b9fc7ab99a6a4f6e9f8405b532c7 /proto/ospf/ospf.h | |
parent | 35ff423d54ebabffc5ab9dd757dfa2a1a70e9676 (diff) |
IP socket priority (sock->tos) added. Constant taken from tcpdump of CISCO
and gated.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 19c9eeb1..9d45993e 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -12,6 +12,7 @@ #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 |