From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 25 Aug 2013 14:56:45 +0800 References: <1377156073-556-1-git-send-email-ordex@autistici.org> <1377156073-556-2-git-send-email-ordex@autistici.org> In-Reply-To: <1377156073-556-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201308251456.46332.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: fix ARP header parsing 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: The list for a Better Approach To Mobile Ad-hoc Networking Cc: Antonio Quartulli On Thursday, August 22, 2013 15:21:12 Antonio Quartulli wrote: > In case of VLAN packets flowing into the DAT module, the > parsing routines have to consider the correct header size > when accessing an ARP packet. > > Introduced by: 3e26722bc9f248ec4316749fc1957365c0fa5e4b > ("batman-adv: make the Distributed ARP Table vlan aware") > > Reported-by: Marco Dalla Torre > Signed-off-by: Antonio Quartulli > Tested-by: Marco Dalla Torre > --- > distributed-arp-table.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) Applied in revision ae6b6b3. Thanks, Marek