1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

IP socket priority (sock->tos) added. Constant taken from tcpdump of CISCO

and gated.
This commit is contained in:
Ondrej Filip
1999-05-31 19:07:31 +00:00
parent 35ff423d54
commit c72b09c850
2 changed files with 2 additions and 0 deletions

View File

@@ -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