From: Zhi Yong Wu <wu...@linux.vnet.ibm.com> When i played with OVS again today, i found that the argument of "ovs-dpctl show" is not correct, so INSTALL.KVM need to be updated accordingly.
Signed-off-by: Zhi Yong Wu <wu...@linux.vnet.ibm.com> --- INSTALL.KVM | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/INSTALL.KVM b/INSTALL.KVM index 18a7bd4..aa7ab92 100644 --- a/INSTALL.KVM +++ b/INSTALL.KVM @@ -69,7 +69,7 @@ guest will be able to communicate over that bridge. To get some more information and for debugging you can use Open vSwitch utilities such as ovs-dpctl and ovs-ofctl, For example: - % ovs-dpctl show br0 + % ovs-dpctl show % ovs-ofctl show br0 You should see tap devices for each KVM guest added as ports to -- 1.7.6.5