From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] bridge: re-introduce 'fix parsing of MLDv2 reports' Date: Wed, 31 Aug 2016 09:30:33 -0700 (PDT) Message-ID: <20160831.093033.1824547873442883465.davem@davemloft.net> References: <00146cf9bbd373722167f61183d5d02a9d6c080e.1472644765.git.dcaratti@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cascardo@redhat.com, nikolay@cumulusnetworks.com, netdev@vger.kernel.org, bridge@lists.linux-foundation.org To: dcaratti@redhat.com Return-path: In-Reply-To: <00146cf9bbd373722167f61183d5d02a9d6c080e.1472644765.git.dcaratti@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: Davide Caratti Date: Wed, 31 Aug 2016 14:16:44 +0200 > commit bc8c20acaea1 ("bridge: multicast: treat igmpv3 report with > INCLUDE and no sources as a leave") seems to have accidentally reverted > commit 47cc84ce0c2f ("bridge: fix parsing of MLDv2 reports"). This > commit brings back a change to br_ip6_multicast_mld2_report() where > parsing of MLDv2 reports stops when the first group is successfully > added to the MDB cache. > > Fixes: bc8c20acaea1 ("bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leave") > Signed-off-by: Davide Caratti Applied and queued up for -stable, thanks.