summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-10-30 13:04:14 +0100
committerBen Pfaff <blp@nicira.com>2014-10-30 08:17:16 -0700
commit9feb1017c5f16ace32479264aae6d92ed81f0633 (patch)
tree58ce86749f324e9009be164d65812d218e52b190 /INSTALL.md
parent123004ffeb71421f40de72194df53f56754b8682 (diff)
downloadopenvswitch-9feb1017c5f16ace32479264aae6d92ed81f0633.tar.gz
doc: Add more cross references between docs
Suggested-by: Lori Jakab <lojakab@cisco.com> Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md34
1 files changed, 22 insertions, 12 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 536cbfbc4..c3168dd61 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,12 +5,12 @@ This document describes how to build and install Open vSwitch on a
generic Linux, FreeBSD, or NetBSD host. For specifics around installation
on a specific platform, please see one of these files:
- - [INSTALL.Debian](INSTALL.Debian.md)
- - [INSTALL.Fedora](INSTALL.Fedora.md)
- - [INSTALL.RHEL](INSTALL.RHEL.md)
- - [INSTALL.XenServer](INSTALL.XenServer.md)
- - [INSTALL.NetBSD](INSTALL.NetBSD.md)
- - [INSTALL.DPDK](INSTALL.DPDK.md)
+ - [INSTALL.Debian.md]
+ - [INSTALL.Fedora.md]
+ - [INSTALL.RHEL.md]
+ - [INSTALL.XenServer.md]
+ - [INSTALL.NetBSD.md]
+ - [INSTALL.DPDK.md]
Build Requirements
------------------
@@ -43,15 +43,15 @@ you will need the following software:
On Linux, you may choose to compile the kernel module that comes with
the Open vSwitch distribution or to use the kernel module built into
-the Linux kernel (version 3.3 or later). See the FAQ question "What
-features are not available in the Open vSwitch kernel datapath that
+the Linux kernel (version 3.3 or later). See the [FAQ.md] question
+"What features are not available in the Open vSwitch kernel datapath that
ships as part of the upstream Linux kernel?" for more information on
this trade-off. You may also use the userspace-only implementation,
-at some cost in features and performance (see INSTALL.userspace for
-details). To compile the kernel module on Linux, you must also
+at some cost in features and performance (see [INSTALL.userspace.md]
+for details). To compile the kernel module on Linux, you must also
install the following:
- - A supported Linux kernel version. Please refer to README.md for a
+ - A supported Linux kernel version. Please refer to [README.md] for a
list of supported versions.
The Open vSwitch datapath requires bridging support
@@ -184,7 +184,7 @@ Prerequisites section, follow the procedure below to build.
If --with-linux requests building for an unsupported version of
Linux, then "configure" will fail with an error message. Please
- refer to the FAQ for advice in that case.
+ refer to the [FAQ.md] for advice in that case.
If you wish to build the kernel module for an architecture other
than the architecture of the machine used for the build, you may
@@ -604,3 +604,13 @@ Bug Reporting
=============
Please report problems to bugs@openvswitch.org.
+
+[README.md]:README.md
+[INSTALL.Debian.md]:INSTALL.Debian.md
+[INSTALL.Fedora.md]:INSTALL.Fedora.md
+[INSTALL.RHEL.md]:INSTALL.RHEL.md
+[INSTALL.XenServer.md]:INSTALL.XenServer.md
+[INSTALL.NetBSD.md]:INSTALL.NetBSD.md
+[INSTALL.DPDK.md]:INSTALL.DPDK.md
+[INSTALL.userspace.md]:INSTALL.userspace.md
+[FAQ.md]:FAQ.md