From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 9 Jun 2013 21:55:54 +0800 References: <1370340711-1399-1-git-send-email-ordex@autistici.org> <1370340711-1399-3-git-send-email-ordex@autistici.org> In-Reply-To: <1370340711-1399-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201306092155.55099.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv4 02/13] batman-adv: use vid when computing local and global TT CRC 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: Antonio Quartulli , Antonio Quartulli On Tuesday, June 04, 2013 18:11:40 Antonio Quartulli wrote: > From: Antonio Quartulli > > now that each TT entry is characterised by a VLAN ID, the > latter has to be taken into consideration when computing the > local/global table CRC as it would be theoretically possible > to have the same client in two different VLANs > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 35 +++++++++++++++++++++++++++++++---- > 1 file changed, 31 insertions(+), 4 deletions(-) Applied in revision 4af2a1b. Thanks, Marek