mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
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:
parent
058214a4d1
commit
aa3463d65e
3 changed files with 142 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue