From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 16 Oct 2012 17:31:17 +0800 References: <1350374680-8103-1-git-send-email-ordex@autistici.org> <1350374680-8103-2-git-send-email-ordex@autistici.org> In-Reply-To: <1350374680-8103-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210161731.17259.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3 2/2] batman-adv: export compatibility version via debugfs 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 Tuesday, October 16, 2012 16:04:40 Antonio Quartulli wrote: > Different versions of the batman-adv module may use the same compatibility > version, but this is not understandable at runtime (the only way is to > parse the kernel log and fetch the batman-adv advertisement message on > loading). The user may want to know whether two nodes using different > versions can communicate or not. For this purpose the module has to export > this value through debugfs. > > Reported-by: Moritz Warning > Signed-off-by: Antonio Quartulli > --- > debugfs.c | 12 ++++++++++++ > main.c | 12 ++++++++++++ > main.h | 1 + > 3 files changed, 25 insertions(+) Applied in revision 0679ec7. Thanks, Marek