Re: [ovs-dev] [PATCH branch-2.12] ovn-northd: Fix IP local multicast flooding.

2020-03-02 Thread Dumitru Ceara
On 2/28/20 8:20 PM, Ben Pfaff wrote: > On Thu, Feb 27, 2020 at 10:15:59AM +0100, Dumitru Ceara wrote: >> Skip IGMP entries learned for local multicast groups when generating >> logical flows. We still allow ovn-controller to learn them as >> it might be useful information for administrators to see

Re: [ovs-dev] [PATCH branch-2.12] ovn-northd: Fix IP local multicast flooding.

2020-02-28 Thread Ben Pfaff
On Thu, Feb 27, 2020 at 10:15:59AM +0100, Dumitru Ceara wrote: > Skip IGMP entries learned for local multicast groups when generating > logical flows. We still allow ovn-controller to learn them as > it might be useful information for administrators to see that hosts > register for the groups even

[ovs-dev] [PATCH branch-2.12] ovn-northd: Fix IP local multicast flooding.

2020-02-27 Thread Dumitru Ceara
Skip IGMP entries learned for local multicast groups when generating logical flows. We still allow ovn-controller to learn them as it might be useful information for administrators to see that hosts register for the groups even though they are not expected to send JOIN messages for this range.