On Mon, Dec 08, 2014 at 10:28:14PM +0530, Aman Kumar wrote:
> Hi all,
> 
> Thanks again, because of your help it is working fine but i have a problem
> with 2 compute nodes(each one is having different OVS),
> below is the complete scenario.
> [image: Inline image 1]
> 
> Here, when receiver VM1 sends IGMP v2 reports, it reaches to OVS2 also but
> only OVS1 is able to Snoops that but OVS2 is not able to snoop.
> So, Now my question is that does ovs snoops only to those ports which is
> connected to host?
> Can't it snoop the other port which is not connected to host but IGMP
> report is coming from there?
> here br-tun and br-int is bridges on ovs, i have enabled the snooping on
> br-int

I am confused with your problem description.  If you configured the
port as multicast flood port or if it is a multicast router port, then
the bridge will not learn any Report coming there because they are
automatically used to send multicast packets anyway.  Flood ports are
configured by the admin.  The mcast router port is automatically set
when a Query is received (you can check in the mdb).

Other than that, the bridge should snoop any packet passing through it
using the action NORMAL regardless if it's connected to a host or not.

fbl


_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to