netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / INSTALL.RHEL.md
index 1d3d0f8..82f3efd 100644 (file)
@@ -3,10 +3,14 @@ How to Install Open vSwitch on Red Hat Enterprise Linux
 
 This document describes how to build and install Open vSwitch on a Red
 Hat Enterprise Linux (RHEL) host.  If you want to install Open vSwitch
-on a generic Linux host, see [INSTALL](INSTALL.md) instead.
+on a generic Linux host, see [INSTALL.md] instead.
 
 We have tested these instructions with RHEL 5.6 and RHEL 6.0.
 
+For RHEL 7.x (or derivatives, such as CentOS 7.x), you should follow
+the instructions in [INSTALL.Fedora.md].  The Fedora spec files are
+used for RHEL 7.x.
+
 Building Open vSwitch for RHEL
 ------------------------------
 
@@ -51,8 +55,8 @@ $HOME/rpmbuild/SOURCES.
      b. Create a distribution tarball on some other machine, by
         running "./boot.sh; ./configure; make dist" in the Git tree.
         You must run this on a machine that has the tools listed in
-        [INSTALL](INSTALL.md) as prerequisites for building from a Git
-               tree. Afterward, proceed with the rest of the instructions using
+        [INSTALL.md] as prerequisites for building from a Git tree.
+        Afterward, proceed with the rest of the instructions using
                the distribution tarball.
 
 3. Some versions of the RHEL 6 kernel-devel package contain a broken
@@ -153,7 +157,7 @@ Red Hat Network Scripts Integration
 -----------------------------------
 
 Simple integration with Red Hat network scripts has been implemented.
-Please read rhel/README.RHEL in the source tree or
+Please read [rhel/README.RHEL] in the source tree or
 /usr/share/doc/openvswitch/README.RHEL in the installed openvswitch
 package for details.
 
@@ -161,3 +165,6 @@ Reporting Bugs
 --------------
 
 Please report problems to bugs@openvswitch.org.
+
+[INSTALL.md]:INSTALL.md
+[rhel/README.RHEL]:rhel/README.RHEL