aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_link.h
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@plumgrid.com>2015-07-30 20:10:22 -0700
committerDavid S. Miller <davem@davemloft.net>2015-07-31 15:24:24 -0700
commitf8a9b1bc1b238eed9987da747a0e52f5bb009980 (patch)
tree8065ecf8cede977a8cac96637e28905703042cd4 /include/uapi/linux/if_link.h
parentMerge branch 'mpls-build-fix' (diff)
downloadlinux-dev-f8a9b1bc1b238eed9987da747a0e52f5bb009980.tar.xz
linux-dev-f8a9b1bc1b238eed9987da747a0e52f5bb009980.zip
vxlan: expose COLLECT_METADATA flag to user space
Two vxlan driver flags FLOWBASED and COLLECT_METADATA need to be set to make use of its new flow mode. The former already exposed. Expose the latter. Signed-off-by: Alexei Starovoitov <ast@plumgrid.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/uapi/linux/if_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index 9eeb5d9cf8f0..24e22cd4be79 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -383,6 +383,7 @@ enum {
IFLA_VXLAN_GBP,
IFLA_VXLAN_REMCSUM_NOPARTIAL,
IFLA_VXLAN_FLOWBASED,
+ IFLA_VXLAN_COLLECT_METADATA,
__IFLA_VXLAN_MAX
};
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)