On Tue, Mar 26, 2013 at 7:07 PM, Guangvy <[email protected]> wrote: > Hi > Given that there are OVS1 and OVS2, two VXLAN between these, > VXLAN1000 and VXLAN2000 belong to same Bridge. > OVS1 send a packet through VXLAN1000, then VXLAN2000 of OVS2 will forward it > once VXLAN1000 receive the packet. > So OVS1 will also receive the packet, next VXLAN1000 of OVS1 send it again. > The packet will continuously send between OVSs.
Yes, you have created a loop. You need to segment it somehow but the VNI does not automatically do that. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
