Skip to content

Commit

Permalink
if_tun: drop broken IFF_VNET_LE
Browse files Browse the repository at this point in the history
Everyone should use TUNSETVNETLE/TUNGETVNETLE instead.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Michael S. Tsirkin authored and David S. Miller committed Dec 16, 2014
1 parent 01b07fb commit 9c6ab19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uapi/linux/if_tun.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c6ab19

Please sign in to comment.