fou: Add encap ops for IPv6 tunnels
This patch add a new fou6 module that provides encapsulation operations for IPv6. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
058214a4d1
commit
aa3463d65e
@@ -9,7 +9,7 @@
|
||||
#include <net/udp.h>
|
||||
|
||||
size_t fou_encap_hlen(struct ip_tunnel_encap *e);
|
||||
static size_t gue_encap_hlen(struct ip_tunnel_encap *e);
|
||||
size_t gue_encap_hlen(struct ip_tunnel_encap *e);
|
||||
|
||||
int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
|
||||
u8 *protocol, __be16 *sport, int type);
|
||||
|
Reference in New Issue
Block a user