summaryrefslogtreecommitdiff
path: root/INSTALL.KVM.md
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-08 17:30:24 +0100
committerRussell Bryant <russell@ovn.org>2016-10-18 13:57:11 -0400
commitaff0c4a22e361ac9079047f184e032bdf549db28 (patch)
tree0ad2e3addaf6f1b5449608730a917e34803d23c6 /INSTALL.KVM.md
parent731ee6a998c1dc62d1fb85c96b6a8b81c22f3bad (diff)
downloadopenvswitch-aff0c4a22e361ac9079047f184e032bdf549db28.tar.gz
doc: Convert INSTALL to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'INSTALL.KVM.md')
-rw-r--r--INSTALL.KVM.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.KVM.md b/INSTALL.KVM.md
index cddbf0304..99f481dc0 100644
--- a/INSTALL.KVM.md
+++ b/INSTALL.KVM.md
@@ -3,12 +3,12 @@ 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.md] to get Open vSwitch setup on your Linux system.
+followed [INSTALL.rst] to get Open vSwitch setup on your Linux system.
Setup
-----
-First, follow the setup instructions in [INSTALL.md] to get a working
+First, follow the setup instructions in [INSTALL.rst] to get a working
Open vSwitch installation.
KVM uses tunctl to handle various bridging modes, which you can
@@ -45,7 +45,7 @@ switch='br0'
ovs-vsctl del-port ${switch} $1
```
-At the end of [INSTALL.md], it describes basic usage of creating
+At the end of [INSTALL.rst], it describes basic usage of creating
bridges and ports. If you haven't already, create a bridge named
br0 with the following command:
@@ -84,4 +84,4 @@ Bug Reporting
Please report problems to bugs@openvswitch.org.
-[INSTALL.md]:INSTALL.md
+[INSTALL.rst]:INSTALL.rst