aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_link.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2016-03-09 03:00:04 +0100
committerDavid S. Miller <davem@davemloft.net>2016-03-11 15:14:27 -0500
commit8eb3b99554b82da968d1fbc00df9f3156c5e2d63 (patch)
tree1430ea1b566979866354e018956753ba34e2bb03 /include/uapi/linux/if_link.h
parentvxlan: support setting IPv6 flow label (diff)
downloadlinux-dev-8eb3b99554b82da968d1fbc00df9f3156c5e2d63.tar.xz
linux-dev-8eb3b99554b82da968d1fbc00df9f3156c5e2d63.zip
geneve: support setting IPv6 flow label
This work adds support for setting the IPv6 flow label for geneve per device and through collect metadata (ip_tunnel_key) frontends. Also here, the geneve dst cache does not need any special considerations, 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 '')
-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 6bebc975031d..249eef9a21bd 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -479,6 +479,7 @@ enum {
IFLA_GENEVE_UDP_CSUM,
IFLA_GENEVE_UDP_ZERO_CSUM6_TX,
IFLA_GENEVE_UDP_ZERO_CSUM6_RX,
+ IFLA_GENEVE_LABEL,
__IFLA_GENEVE_MAX
};
#define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1)