1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

missing: add IFF_MULTI_QUEUE

This was added in 3.8, but we should building with 3.7 headers.

Reported by Samuli Suominen <ssuominen@gentoo.org>.
This commit is contained in:
Tom Gundersen 2014-08-31 18:50:23 +02:00
parent 4838248766
commit 04d180c8a8

View File

@ -558,6 +558,10 @@ static inline int setns(int fd, int nstype) {
#define IPV6_UNICAST_IF 76
#endif
#ifndef IFF_MULTI_QUEUE
#define IFF_MULTI_QUEUE 0x100
#endif
#ifndef IFF_LOWER_UP
#define IFF_LOWER_UP 0x10000
#endif