From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 27 Jan 2013 08:34:42 +0800 References: <20130124151221.GA8211@ritirata.org> <20130125132707.GB8211@ritirata.org> In-Reply-To: <20130125132707.GB8211@ritirata.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201301270834.42637.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH v2 1/2] batman-adv: check for more types of invalid IP addresses in DAT 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 On Friday, January 25, 2013 21:27:07 Antonio Quartulli wrote: > On Thu, Jan 24, 2013 at 06:18:26PM +0100, Matthias Schiffer wrote: > > There are more types of IP addresses that may appear in ARP packets that > > we don't want to process. While some of these should never appear in > > sane ARP packets, a 0.0.0.0 source is used for duplicate address > > detection and thus seen quite often. > > > > Signed-off-by: Matthias Schiffer > > Acked-by: Antonio Quartulli Applied in revision 3b24193. Thanks, Marek