if_tun: drop broken IFF_VNET_LE
Everyone should use TUNSETVNETLE/TUNGETVNETLE instead. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
01b07fb350
commit
9c6ab1931f
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
||||||
#define IFF_ONE_QUEUE 0x2000
|
#define IFF_ONE_QUEUE 0x2000
|
||||||
#define IFF_VNET_HDR 0x4000
|
#define IFF_VNET_HDR 0x4000
|
||||||
#define IFF_TUN_EXCL 0x8000
|
#define IFF_TUN_EXCL 0x8000
|
||||||
#define IFF_VNET_LE 0x10000
|
|
||||||
#define IFF_MULTI_QUEUE 0x0100
|
#define IFF_MULTI_QUEUE 0x0100
|
||||||
#define IFF_ATTACH_QUEUE 0x0200
|
#define IFF_ATTACH_QUEUE 0x0200
|
||||||
#define IFF_DETACH_QUEUE 0x0400
|
#define IFF_DETACH_QUEUE 0x0400
|
||||||
|
|
Loading…
Reference in a new issue