From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 11 Apr 2015 03:46:45 +0200 From: Linus =?utf-8?Q?L=C3=BCssing?= Message-ID: <20150411014645.GA20155@odroid> References: <1428687999-18428-1-git-send-email-linus.luessing@c0d3.blue> <1428687999-18428-2-git-send-email-linus.luessing@c0d3.blue> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1428687999-18428-2-git-send-email-linus.luessing@c0d3.blue> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] net: Export IGMP/MLD message validation code Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Hideaki YOSHIFUJI , Stephen Hemminger , Herbert Xu , Tom Herbert , "David S. Miller" On Fri, Apr 10, 2015 at 07:46:39PM +0200, Linus Lüssing wrote: > diff --git a/net/ipv6/mcast_snoop.c b/net/ipv6/mcast_snoop.c > new file mode 100644 > index 0000000..95b34c0 > --- /dev/null > +++ b/net/ipv6/mcast_snoop.c > @@ -0,0 +1,198 @@ > +/* Copyright (C) 2015: Linus Lüssing PS: I'm a little uncertain how this is usually done. If I should add someone (maybe Hideaki YOSHIFUJI, the original author of the bridge IPv6/MLD support?), then please let me know.