From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 14 Oct 2012 23:02:07 +0800 References: <1350226473-18335-1-git-send-email-ordex@autistici.org> In-Reply-To: <1350226473-18335-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: <201210142302.07989.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5 1/3] batctl: add support for the DAT local table 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 Sunday, October 14, 2012 22:54:31 Antonio Quartulli wrote: > With the introduction of DAT in batman-adv, another table is now exported > through debugfs. This patch adds the possibility to print it > > Signed-off-by: Antonio Quartulli > --- > > v5: > - long option renamed from 'datcache' to dat_cache' > > > README | 18 ++++++++++++++++++ > debug.c | 5 +++++ > debug.h | 1 + > functions.c | 1 + > man/batctl.8 | 3 +++ > 5 files changed, 28 insertions(+) Applied in revision 167c37a. Thanks, Marek