datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.
authorJesse Gross <jesse@nicira.com>
Mon, 24 Jun 2013 22:02:18 +0000 (15:02 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 28 Jun 2013 00:23:36 +0000 (17:23 -0700)
commit2be0b371712ddf1fc2aaac81672b2196b6df891f
tree40fcc14fd1c5410df76022759725efc474d3ef23
parent828f5f64bcc3efecf58709c1b8408f4715cfa1e3
datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.

Now that GRE support has been upstreamed into Linux, OVS is
using the components in the native kernel when available. However,
this means that it is now dependent on the appropriate kernel
config, which is CONFIG_NET_IPGRE_DEMUX on 2.6.37 and later.

Reported-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
INSTALL
datapath/linux/Modules.mk
datapath/linux/compat/gre.c
datapath/linux/compat/include/linux/kconfig.h [new file with mode: 0644]
datapath/vport-gre.c
datapath/vport.c