commit | 4565e9919cda747815547e2e5d7b78f15efbffdf | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Wed Sep 17 12:26:01 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 19 17:15:32 2014 -0400 |
tree | 20325e752fc92b2e487d650185387ff6ab3cca03 | |
parent | 473ab820dd4af588785a8e10b9c1547aadb4fd72 [diff] |
gre: Setup and TX path for gre/UDP foo-over-udp encapsulation Added netlink attrs to configure FOU encapsulation for GRE, netlink handling of these flags, and properly adjust MTU for encapsulation. ip_tunnel_encap is called from ip_tunnel_xmit to actually perform FOU encapsulation. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>