datapath: compat: Fix compilation 3.11
authorPravin B Shelar <pshelar@nicira.com>
Fri, 10 Oct 2014 15:21:18 +0000 (08:21 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 13 Oct 2014 18:03:11 +0000 (11:03 -0700)
commit06021dcba984a0e229140179d25d060659bb60a8
treeec88085772b9050e858377080480b4bcb661de2e
parentff601a08a44c37fa8a6e0e569dc00d6731f55555
datapath: compat: Fix compilation 3.11

Kernel 3.11 is only kernel where GRE APIs are available but
not vxlan. Add check for vxlan xmit to detect this case.

Reported-by: Dave Benson <dbenson@verdantnetworks.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
acinclude.m4
datapath/linux/compat/gre.c
datapath/linux/compat/include/net/gre.h
datapath/linux/compat/include/net/ip_tunnels.h
datapath/linux/compat/include/net/vxlan.h
datapath/linux/compat/ip_tunnels_core.c
datapath/linux/compat/vxlan.c
datapath/vport-geneve.c