Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created April 20, 2012 06:57
Show Gist options
  • Save yasuhito/2426720 to your computer and use it in GitHub Desktop.
Save yasuhito/2426720 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment