From: Zhi Yong Wu <wu...@linux.vnet.ibm.com> Add some tips for kvm guest; You know, it is a bit difficult to play for one starter if no such tips exist.
Signed-off-by: Zhi Yong Wu <wu...@linux.vnet.ibm.com> --- INSTALL.KVM | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.KVM b/INSTALL.KVM index aa7ab92..4a169ee 100644 --- a/INSTALL.KVM +++ b/INSTALL.KVM @@ -56,6 +56,9 @@ to communicate over (e.g. eth0): Please refer to ovs-vsctl(8) for more details. +Then, perhaps need to update the route table in the host as below: + % ip route change x.x.x.x/x dev br0 + Next, we'll start a guest that will use our ifup and ifdown scripts. % kvm -m 512 -net nic,macaddr=00:11:22:EE:EE:EE -net \ -- 1.7.11.7 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev