X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL.KVM;h=61620e5173ceee78f825d10ddbf84d32f84424f2;hb=c5b25863dc9033085bc6dfd64bedd7f143d5f4a4;hp=6e61f50844852f9b69b588977093663acd24f071;hpb=05d09469058bd78c12bfc60af6093bcbce1901da;p=sliver-openvswitch.git diff --git a/INSTALL.KVM b/INSTALL.KVM index 6e61f5084..61620e517 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 ----- @@ -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