summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorDaniel Borkmann2016-03-09 03:00:03 +0100
committerDavid S. Miller2016-03-11 21:14:26 +0100
commite7f70af111f086a20800ad2e17f544b2e3e0f375 (patch)
treeb4bb190b2f906ebf19c6cf90893a55125ccf113a /include/uapi
parentip_tunnel: add support for setting flow label via collect metadata (diff)
downloadkernel-qcow2-linux-e7f70af111f086a20800ad2e17f544b2e3e0f375.tar.gz
kernel-qcow2-linux-e7f70af111f086a20800ad2e17f544b2e3e0f375.tar.xz
kernel-qcow2-linux-e7f70af111f086a20800ad2e17f544b2e3e0f375.zip
vxlan: support setting IPv6 flow label
This work adds support for setting the IPv6 flow label for vxlan per device and through collect metadata (ip_tunnel_key) frontends. The vxlan dst cache does not need any special considerations here, for the cases where caches can be used, the label is static per cache. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-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 d452cea59020..6bebc975031d 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -456,6 +456,7 @@ enum {
IFLA_VXLAN_GBP,
IFLA_VXLAN_REMCSUM_NOPARTIAL,
IFLA_VXLAN_COLLECT_METADATA,
+ IFLA_VXLAN_LABEL,
__IFLA_VXLAN_MAX
};
#define IFLA_VXLAN_MAX (__IFLA_VXLAN_MAX - 1)