diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-16 14:10:02 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-16 14:28:25 +0200 |
commit | 35a36b9dbb9df133de08ec220f1e6a69ae104493 (patch) | |
tree | 2ef92c72227f0f102b636cf82eb42f1c22be33ed | |
parent | ad5f4ade610a64e7bfe881246a197b267e103420 (diff) | |
download | vhost-tmp.tar.gz |
if_tun: drop broken IFF_VNET_LEtmp
Everyone should use TUNSETVNETLE/TUNGETVNETLE instead.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | include/uapi/linux/if_tun.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/if_tun.h b/include/uapi/linux/if_tun.h index 274630caa276a4..50ae24335444f3 100644 --- a/include/uapi/linux/if_tun.h +++ b/include/uapi/linux/if_tun.h @@ -59,7 +59,6 @@ #define IFF_ONE_QUEUE 0x2000 #define IFF_VNET_HDR 0x4000 #define IFF_TUN_EXCL 0x8000 -#define IFF_VNET_LE 0x10000 #define IFF_MULTI_QUEUE 0x0100 #define IFF_ATTACH_QUEUE 0x0200 #define IFF_DETACH_QUEUE 0x0400 |