Skip to content

Commit

Permalink
ip6_gre: Add ERSPAN native tunnel support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
William Tu authored and David S. Miller committed Dec 1, 2017
1 parent 898b297 commit 5a963eb
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 4 deletions.
1 change: 1 addition & 0 deletions include/net/ip6_tunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ struct __ip6_tnl_parm {
__be32 o_key;

__u32 fwmark;
__u32 index; /* ERSPAN type II index */
};

/* IPv6 tunnel */
Expand Down
Loading

0 comments on commit 5a963eb

Please sign in to comment.