]> git.proxmox.com Git - ovs.git/commitdiff
INSTALL: Mention conflict with NET_IPGRE setting before Linux 3.11.
authorBen Pfaff <blp@nicira.com>
Wed, 2 Jul 2014 18:52:41 +0000 (11:52 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 2 Jul 2014 20:12:33 +0000 (13:12 -0700)
I found when reconfiguring my kernel that if I turned on NET_IPGRE, GRE
tunnels no longer worked.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index bfd053b93e0aa78e40545caea7df2445aa50bd32..ede548855be483fe62fb2a63048c1e9314d5a1f0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -67,8 +67,10 @@ install the following:
       obsolete and not needed.)
 
       To use GRE tunneling on Linux 2.6.37 or newer, kernel support
-      for GRE must be compiled in or available as a module
-      (CONFIG_NET_IPGRE_DEMUX).
+      for GRE demultiplexing (CONFIG_NET_IPGRE_DEMUX) must be compiled
+      in or available as a module.  Also, on kernels before 3.11, the
+      ip_gre module, for GRE tunnels over IP (NET_IPGRE), must not be
+      loaded or compiled in.
 
       To configure HTB or HFSC quality of service with Open vSwitch,
       you must enable the respective configuration options.