Re: [Openstack] VXLAN using OVS

2013-10-22 Thread Lucas Brasilino
Romil, > We are using OVS as neutron plugin to use VLAN/ VXLAN. We found that OVS > does multiple unicast to send the ARP request instead of sending via > Multicast address. But by default Linux bridge supports Multicast. > Is there any reason behind why OVS doesn't support Multicast? AFAIK, OVS

Re: [Openstack] VXLAN using OVS

2013-10-22 Thread Kyle Mestery (kmestery)
On Oct 22, 2013, at 2:17 AM, Romil Gupta wrote: > Hi All, > > We are using OVS as neutron plugin to use VLAN/ VXLAN. We found that OVS does > multiple unicast to send the ARP request instead of sending via Multicast > address. But by default Linux bridge supports Multicast. > > > Is there a

Re: [Openstack] VXLAN using OVS

2013-10-22 Thread Romil Gupta
Hi All, We are using OVS as neutron plugin to use VLAN/ VXLAN. We found that OVS does multiple unicast to send the ARP request instead of sending via Multicast address. But by default Linux bridge supports Multicast. Is there any reason behind why OVS doesn't support Multicast? Thanks in Advan