X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=INSTALL.KVM.md;h=cddbf030467d25f58275e0487cceaf3e4c980b2b;hb=1589ee5ae97c3f71c50413db64ddd0546daeecc0;hp=4d847b6e9c7cf42ad68a057ca687ea9b63b8dc1d;hpb=542cc9bb8b8817866afcd692a78fa591db5839dc;p=cascardo%2Fovs.git 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