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:
@@ -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
|
||||
|
Reference in New Issue
Block a user