[ovs-git] Open vSwitch: datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jun 28 00:23:52 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  2be0b371712ddf1fc2aaac81672b2196b6df891f (commit)
      from  828f5f64bcc3efecf58709c1b8408f4715cfa1e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2be0b371712ddf1fc2aaac81672b2196b6df891f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2be0b371712ddf1fc2aaac81672b2196b6df891f
Author: Jesse Gross <jesse at nicira.com>
		
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 at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 INSTALL                                       |    6 +--
 datapath/linux/Modules.mk                     |    1 +
 datapath/linux/compat/gre.c                   |    5 +++
 datapath/linux/compat/include/linux/kconfig.h |   57 +++++++++++++++++++++++++
 datapath/vport-gre.c                          |    3 ++
 datapath/vport.c                              |    3 ++
 6 files changed, 72 insertions(+), 3 deletions(-)
 create mode 100644 datapath/linux/compat/include/linux/kconfig.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list