Created
April 20, 2012 06:57
-
-
Save yasuhito/2426720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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