diff options
author | William Tu | 2017-11-30 11:51:29 -0800 |
---|---|---|
committer | David S. Miller | 2017-12-01 15:33:27 -0500 |
commit | 5a963eb61b7c39e6c422b6e48619d19d04719358 (patch) | |
tree | 774fe81b2bc49ed0f6b5dd98220b1ee92679eeca /include/net/ip6_tunnel.h | |
parent | 898b29798e36019966839187fd58dacec16d7db6 (diff) |
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.h | 1 |
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 */ |