]> git.baikalelectronics.ru Git - kernel.git/commit
ip_tunnel: Add GUE support
authorTom Herbert <therbert@google.com>
Fri, 3 Oct 2014 22:48:10 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 23:53:33 +0000 (16:53 -0700)
commita321068dc82dde86d9c7409c76bcede83c42637a
tree3433fc7ea36411d4511c776bb4bcafe2b1161e7f
parent7c5fd31c24765ab70d4af185aad1df65dd21976e
ip_tunnel: Add GUE support

This patch allows configuring IPIP, sit, and GRE tunnels to use GUE.
This is very similar to fou excpet that we need to insert the GUE header
in addition to the UDP header on transmit.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_tunnel.h
net/ipv4/ip_tunnel.c