commit | 55c2bc1432241e7be39b11339bd00e85f878ebd6 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Wed May 18 09:06:13 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 20 18:03:16 2016 -0400 |
tree | 33b4dfd243b3164041732dbbb2366fd05e4274a7 | |
parent | 1da44f9c15e6389d45e034d5fd0b937e2928b412 [diff] |
net: Cleanup encap items in ip_tunnels.h Consolidate all the ip_tunnel_encap definitions in one spot in the header file. Also, move ip_encap_hlen and ip_tunnel_encap from ip_tunnel.c to ip_tunnels.h so they call be called without a dependency on ip_tunnel module. Similarly, move iptun_encaps to ip_tunnel_core.c. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>