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>
This commit is contained in:
William Tu
2017-11-30 11:51:29 -08:00
committed by David S. Miller
parent 898b29798e
commit 5a963eb61b
2 changed files with 267 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ struct __ip6_tnl_parm {
__be32 o_key;
__u32 fwmark;
__u32 index; /* ERSPAN type II index */
};
/* IPv6 tunnel */