commit | bc1fc390e1728672b5b343b85185fcc1fe41043b | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Fri Oct 03 15:48:10 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 03 16:53:33 2014 -0700 |
tree | 3433fc7ea36411d4511c776bb4bcafe2b1161e7f | |
parent | 37dd0247797b168ad1cc7f5dbec825a1ee66535b [diff] |
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>