Netlink: Fix build with older headers missing IFA_FLAGS
This commit is contained in:
parent
e37d2e3e70
commit
a08a81c6b4
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
||||||
#define MSG_TRUNC 0x20
|
#define MSG_TRUNC 0x20
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IFA_FLAGS
|
||||||
|
#define IFA_FLAGS 8
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef IFF_LOWER_UP
|
#ifndef IFF_LOWER_UP
|
||||||
#define IFF_LOWER_UP 0x10000
|
#define IFF_LOWER_UP 0x10000
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue