Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751161AbbEDSt5 (ORCPT ); Mon, 4 May 2015 14:49:57 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:38000 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990AbbEDSts convert rfc822-to-8bit (ORCPT ); Mon, 4 May 2015 14:49:48 -0400 Date: Mon, 04 May 2015 14:49:44 -0400 (EDT) Message-Id: <20150504.144944.1896578946813579544.davem@davemloft.net> To: linus.luessing@c0d3.blue Cc: b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, yoshfuji@linux-ipv6.org, stephen@networkplumber.org, herbert@gondor.apana.org.au, tom@herbertland.com Subject: Re: [PATCHv3 net-next 0/2] Exporting IGMP/MLD checking from bridge code From: David Miller In-Reply-To: <1430568067-6912-1-git-send-email-linus.luessing@c0d3.blue> References: <1430568067-6912-1-git-send-email-linus.luessing@c0d3.blue> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 04 May 2015 11:49:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 22 From: Linus L?ssing Date: Sat, 2 May 2015 14:01:05 +0200 > The multicast optimizations in batman-adv are yet only usable and > enabled in non-bridged scenarios. To be able to support bridged setups > batman-adv needs to be able to detect IGMP/MLD queriers and reports on > mesh nodes without bridges, too. See the following link for details: > > http://www.open-mesh.org/projects/batman-adv/wiki/Multicast-optimizations-listener-reports > > To avoid duplicate code between the bridge and batman-adv, the IGMP/MLD > message validation code is moved from the bridge to the IPv4/IPv6 stack. > > On the way, some refactoring to increase readability and to iron out > some subtle differences between the IGMP and MLD parsing code is done. Series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/