summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_tunnel.h
diff options
context:
space:
mode:
authorWilliam Tu2017-11-30 20:51:29 +0100
committerDavid S. Miller2017-12-01 21:33:27 +0100
commit5a963eb61b7c39e6c422b6e48619d19d04719358 (patch)
tree774fe81b2bc49ed0f6b5dd98220b1ee92679eeca /include/net/ip6_tunnel.h
parentip6_gre: Refactor ip6gre xmit codes (diff)
downloadkernel-qcow2-linux-5a963eb61b7c39e6c422b6e48619d19d04719358.tar.gz
kernel-qcow2-linux-5a963eb61b7c39e6c422b6e48619d19d04719358.tar.xz
kernel-qcow2-linux-5a963eb61b7c39e6c422b6e48619d19d04719358.zip
ip6_gre: Add ERSPAN native tunnel support
The patch adds support for ERSPAN tunnel over ipv6. Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_tunnel.h')
-rw-r--r--include/net/ip6_tunnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h
index d66f70f63734..109a5a8877ef 100644
--- a/include/net/ip6_tunnel.h
+++ b/include/net/ip6_tunnel.h
@@ -36,6 +36,7 @@ struct __ip6_tnl_parm {
__be32 o_key;
__u32 fwmark;
+ __u32 index; /* ERSPAN type II index */
};
/* IPv6 tunnel */