From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 19 Nov 2012 16:10:36 +0800 References: <1353312104-29333-1-git-send-email-ordex@autistici.org> In-Reply-To: <1353312104-29333-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201211191610.38809.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/3] batman-adv: print the CRC together with the translation tables 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 Monday, November 19, 2012 16:01:42 Antonio Quartulli wrote: > To simplify debugging operations, it is better to print the related > CRC together with the translation table (local CRC for the local > table and global CRC for each entry in the global table) > > Signed-off-by: Antonio Quartulli > --- > > v2: > - patches have been rebased on top of the latest master > > translation-table.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) Applied in revision df64b11. Thanks, Marek