X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.KVM;h=61620e5173ceee78f825d10ddbf84d32f84424f2;hb=refs%2Fheads%2Fof1.1;hp=8e723b329b8ccf2ddfcdd8874dd4743ee4fdac94;hpb=6cdd6a87ac43b4d7cc4cfe99f2ae4435afd38951;p=openvswitch diff --git a/INSTALL.KVM b/INSTALL.KVM index 8e723b32..61620e51 100644 --- a/INSTALL.KVM +++ b/INSTALL.KVM @@ -3,7 +3,7 @@ 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.Linux to get Open vSwitch setup on your Linux system +followed INSTALL.Linux to get Open vSwitch setup on your Linux system. Setup ----- @@ -23,7 +23,7 @@ guide. Create the following two files and store them in known locations. -For example /etc/ovs-ifup and /etc/ifdown +For example /etc/ovs-ifup and /etc/ovs-ifdown /etc/ovs-ifup -------------------------------------------------------------------- @@ -58,7 +58,7 @@ Please refer to ovs-vsctl(8) for more details. Next, we'll start a guest that will use our ifup and ifdown scripts. - % kvm -m 512 -net nic,maddr=00:11:22:EE:EE:EE -net \ + % kvm -m 512 -net nic,macaddr=00:11:22:EE:EE:EE -net \ tap,script=/etc/ovs-ifup,downscript=/etc/ovs-ifdown -drive \ file=/path/to/disk-image,boot=on