0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Netlink: Fix build with older headers missing IFA_FLAGS

This commit is contained in:
Ondrej Zajicek (work) 2016-07-20 15:31:25 +02:00
parent e37d2e3e70
commit a08a81c6b4

View File

@ -38,6 +38,10 @@
#define MSG_TRUNC 0x20
#endif
#ifndef IFA_FLAGS
#define IFA_FLAGS 8
#endif
#ifndef IFF_LOWER_UP
#define IFF_LOWER_UP 0x10000
#endif