diff options
author | John W. Linville <linville@tuxdriver.com> | 2015-10-26 17:01:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-30 12:10:51 +0900 |
commit | 8ed66f0e8235118a31720acdab3bbbe9debd0f6a (patch) | |
tree | a3fd413a67f821cf551aaf5579ade308c233568c /include/uapi | |
parent | 6d08f617872cc048173d59f1ce4660b030bab5a6 (diff) |
geneve: implement support for IPv6-based tunnels
NOTE: Link-local IPv6 addresses for remote endpoints are not supported,
since the driver currently has no capacity for binding a geneve
interface to a specific link.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Reviewed-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-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 a7aea8418abb..5ad57375a99f 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -461,6 +461,7 @@ enum { IFLA_GENEVE_TOS, IFLA_GENEVE_PORT, /* destination port */ IFLA_GENEVE_COLLECT_METADATA, + IFLA_GENEVE_REMOTE6, __IFLA_GENEVE_MAX }; #define IFLA_GENEVE_MAX (__IFLA_GENEVE_MAX - 1) |