From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 16 Oct 2012 05:21:40 +0800 References: <1350332596-23684-1-git-send-email-siwu@hrz.tu-chemnitz.de> <1350333484-23781-2-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1350333484-23781-2-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210160521.41491.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/2] batman-adv: fix bla compare function 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 Cc: Simon Wunderlich On Tuesday, October 16, 2012 04:38:04 Simon Wunderlich wrote: > The address and the VLAN VID may not be packed in the respective > structs. Fix this by comparing the elements individually. > > Reported-by: Marek Lindner > Reported-by: Sven Eckelmann > Signed-off-by: Simon Wunderlich > --- > bridge_loop_avoidance.c | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) Applied in revision 923d5d1. Thanks, Marek