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 moritzwarning@web.de Signed-off-by: Antonio Quartulli ordex@autistici.org
debugfs.c | 12 ++++++++++++ main.c | 12 ++++++++++++ main.h | 1 + 3 files changed, 25 insertions(+)
Applied in revision 0679ec7.
Thanks, Marek