Re: [ovs-dev] [PATCH v2 2/3] OVN: Add IGMP SB definitions and ovn-controller support

2019-07-11 Thread Dumitru Ceara
On Wed, Jul 10, 2019 at 10:44 PM Ben Pfaff wrote: > > On Tue, Jul 09, 2019 at 02:49:18PM +0200, Dumitru Ceara wrote: > > A new action ("igmp") is added to punt IGMP packets on a specific logical > > switch datapath to ovn-controller if IGMP snooping is enabled. > > I do not fully understand the ne

Re: [ovs-dev] [PATCH v2 2/3] OVN: Add IGMP SB definitions and ovn-controller support

2019-07-10 Thread Ben Pfaff
On Tue, Jul 09, 2019 at 02:49:18PM +0200, Dumitru Ceara wrote: > A new action ("igmp") is added to punt IGMP packets on a specific logical > switch datapath to ovn-controller if IGMP snooping is enabled. I do not fully understand the new action. It is defined to take a set of nested actions insid

[ovs-dev] [PATCH v2 2/3] OVN: Add IGMP SB definitions and ovn-controller support

2019-07-09 Thread Dumitru Ceara
A new IP_Multicast table is added to Southbound DB. This table stores the multicast related configuration for each datapath. Each row will be populated by ovn-northd and will control: - if IGMP Snooping is enabled or not, the snooping table size and multicast group idle timeout. - if IGMP Querier