gre: Unify IPTUNNEL_XMIT across kernel versions.
authorJesse Gross <jesse@nicira.com>
Tue, 2 Feb 2010 21:44:44 +0000 (16:44 -0500)
committerJesse Gross <jesse@nicira.com>
Thu, 4 Feb 2010 20:44:40 +0000 (15:44 -0500)
commit02059c09d4d7bc4860db9aee7f4daae43b6eab68
treea6ffd43fa073a4d492ae67b17e57b41bed0490c6
parent93ff0290fda0f02904686989243089faaa9229e6
gre: Unify IPTUNNEL_XMIT across kernel versions.

The IPTUNNEL_XMIT macro was split into different versions based on
the kernel.  This adds the compatibility code to allow a single
copy to work on all kernel versions, making it easier to maintain.
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h
datapath/linux-2.6/compat-2.6/include/net/ip.h [new file with mode: 0644]
datapath/linux-2.6/compat-2.6/include/net/ipip.h
datapath/linux-2.6/compat-2.6/ip_output-ip_gre.c [new file with mode: 0644]