Hi, I am using OVS 1.10.0 on Fedora 19.
I have created two veth pairs Firstpair: veth0, veth1 Secondpair: weth0, weth1 I have tested that whatever I write to veth0 appears on veth1, and whatever I write to weth0 appears on weth1. Now I create an OVS bridge called 'myovsbridge' (ovs-vsctl add-br myovsbridge) Then I add veth0 and weth0 as ports of the above bridge ovs-vsctl add-port myovsbridge veth0 ovs-vsctl add-port myovsbridge weth0 Now I write some data to veth0 (it appears on veth1, no problems) But I was expecting that since veth0 is connected to the ovs bridge, it would go to the other port weth0 too (and hence to weth1 as well via the veth pair), but it seems that the data is not going from veth0 over the ovs bridge to weth0 and therefore not to weth1. Please let me know if I have to do some additional configuration to make the usecase work. Regards -Prashant =============================================================================== Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic communication. ===============================================================================
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
