From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 24 Apr 2013 22:30:45 +0800 References: <1366724403-29629-1-git-send-email-lindner_marek@yahoo.de> <1366724403-29629-7-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1366724403-29629-7-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304242230.45807.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 6/7] batman-adv: tvlv - convert tt query packet to use tvlv unicast packets 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 On Tuesday, April 23, 2013 21:40:02 Marek Lindner wrote: > Instead of generating TT specific packets the TVLV unicast API is used > to send translation table data. > > Signed-off-by: Marek Lindner > --- > main.c | 2 - > packet.h | 33 ---- > routing.c | 78 -------- > translation-table.c | 498 > +++++++++++++++++++++++++++++---------------------- translation-table.h > | 5 - > 5 files changed, 286 insertions(+), 330 deletions(-) Applied in revision 6228419. Regards, Marek