mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
missing.h: define IFLA_EXT_MASK
We already define IFLA_PROMISCUITY and some other of these masks in order to allow building with older headers. Define IFLA_EXT_MASK too, which was added in the same kernel version as IFLA_PROMISCUITY (v3.10).
This commit is contained in:
parent
63408cb4f3
commit
bacef2a229
@ -714,6 +714,7 @@ static inline int setns(int fd, int nstype) {
|
||||
#endif
|
||||
|
||||
#if !HAVE_DECL_IFLA_PHYS_PORT_ID
|
||||
#define IFLA_EXT_MASK 29
|
||||
#undef IFLA_PROMISCUITY
|
||||
#define IFLA_PROMISCUITY 30
|
||||
#define IFLA_NUM_TX_QUEUES 31
|
||||
|
Loading…
x
Reference in New Issue
Block a user