Skip to content

Commit 5a963eb

Browse files
williamtudavem330
authored andcommitted
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>
1 parent 898b297 commit 5a963eb

File tree

2 files changed

+267
-4
lines changed

2 files changed

+267
-4
lines changed

include/net/ip6_tunnel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct __ip6_tnl_parm {
3636
__be32 o_key;
3737

3838
__u32 fwmark;
39+
__u32 index; /* ERSPAN type II index */
3940
};
4041

4142
/* IPv6 tunnel */

0 commit comments

Comments
 (0)