summaryrefslogtreecommitdiff
path: root/INSTALL.KVM.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.KVM.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.KVM.md')
-rw-r--r--INSTALL.KVM.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL.KVM.md b/INSTALL.KVM.md
index 4d847b6e9..cddbf0304 100644
--- a/INSTALL.KVM.md
+++ b/INSTALL.KVM.md
@@ -3,14 +3,13 @@ How to Use Open vSwitch with KVM
This document describes how to use Open vSwitch with the Kernel-based
Virtual Machine (KVM). This document assumes that you have read and
-followed [INSTALL](INSTALL.md) to get Open vSwitch setup on your Linux
-system.
+followed [INSTALL.md] to get Open vSwitch setup on your Linux system.
Setup
-----
-First, follow the setup instructions in [INSTALL](INSTALL.md) to get a
-working Open vSwitch installation.
+First, follow the setup instructions in [INSTALL.md] to get a working
+Open vSwitch installation.
KVM uses tunctl to handle various bridging modes, which you can
install with the Debian/Ubuntu package uml-utilities.
@@ -46,7 +45,7 @@ switch='br0'
ovs-vsctl del-port ${switch} $1
```
-At the end of [INSTALL](INSTALL.md), it describes basic usage of creating
+At the end of [INSTALL.md], it describes basic usage of creating
bridges and ports. If you haven't already, create a bridge named
br0 with the following command:
@@ -84,3 +83,5 @@ Bug Reporting
-------------
Please report problems to bugs@openvswitch.org.
+
+[INSTALL.md]:INSTALL.md