[ovs-discuss] [PATCH] documantation: Trivial fix for kvm option error.

Yasuhito Takamiya yasuhito at gmail.com
Fri Apr 20 07:10:26 UTC 2012


Signed-off-by: Yasuhito Takamiya <yasuhito at gmail.com>
---
diff --git a/INSTALL.KVM b/INSTALL.KVM
index 09a8d67..61620e5 100644
--- a/INSTALL.KVM
+++ b/INSTALL.KVM
@@ -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



More information about the discuss mailing list