datapath: compat: Fix compilation 3.11
authorPravin B Shelar <pshelar@nicira.com>
Mon, 13 Oct 2014 09:02:44 +0000 (02:02 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 13 Oct 2014 18:03:40 +0000 (11:03 -0700)
commitbf82d5560e38403b8b33a1a846b2fbf4ab891af8
tree65dce209c9fefdf7b103b2b8f1acb558c22c0010
parentd854e2685ffd6f1cce00852bdc6a2c299df07b07
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