diff options
| author | Daniel Borkmann <daniel@iogearbox.net> | 2016-03-08 21:00:04 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-03-11 15:14:27 -0500 |
| commit | 8eb3b99554b82da968d1fbc00df9f3156c5e2d63 (patch) | |
| tree | 1430ea1b566979866354e018956753ba34e2bb03 /include | |
| parent | e7f70af111f086a20800ad2e17f544b2e3e0f375 (diff) | |
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 'include')
| -rw-r--r-- | include/uapi/linux/if_link.h | 1 |
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 { | |||
| 479 | IFLA_GENEVE_UDP_CSUM, | 479 | IFLA_GENEVE_UDP_CSUM, |
| 480 | IFLA_GENEVE_UDP_ZERO_CSUM6_TX, | 480 | IFLA_GENEVE_UDP_ZERO_CSUM6_TX, |
| 481 | IFLA_GENEVE_UDP_ZERO_CSUM6_RX, | 481 | IFLA_GENEVE_UDP_ZERO_CSUM6_RX, |
| 482 | IFLA_GENEVE_LABEL, | ||
| 482 | __IFLA_GENEVE_MAX | 483 | __IFLA_GENEVE_MAX |
| 483 | }; | 484 | }; |
| 484 | #define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1) | 485 | #define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1) |
