b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/3] batctl: fix wrong header lines number for local translation table
@ 2014-02-24  4:11 Linus Lüssing
  2014-02-24  4:11 ` [B.A.T.M.A.N.] [PATCH 2/3] batctl: add switch for setting multicast_mode Linus Lüssing
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Linus Lüssing @ 2014-02-24  4:11 UTC (permalink / raw)
  To: b.a.t.m.a.n

A commit in batman-adv has added a second header line to the local
translation table output.

Introduced by 59cb0861498776c62bd17584c31f34477fa301a0
("batman-adv: improve local translation table output")

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
---
 debug.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debug.c b/debug.c
index d57324d..6836857 100644
--- a/debug.c
+++ b/debug.c
@@ -45,7 +45,7 @@ const struct debug_table_data batctl_debug_tables[BATCTL_TABLE_NUM] = {
 		.opt_long = "translocal",
 		.opt_short = "tl",
 		.debugfs_name = "transtable_local",
-		.header_lines = 1,
+		.header_lines = 2,
 	},
 	{
 		.opt_long = "transglobal",
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-27 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24  4:11 [B.A.T.M.A.N.] [PATCH 1/3] batctl: fix wrong header lines number for local translation table Linus Lüssing
2014-02-24  4:11 ` [B.A.T.M.A.N.] [PATCH 2/3] batctl: add switch for setting multicast_mode Linus Lüssing
2014-02-24  4:11 ` [B.A.T.M.A.N.] [PATCH 3/3] batctl: add unicast/multicast address filter option for TT output Linus Lüssing
2014-02-27 12:24   ` Antonio Quartulli
2014-02-27 10:28 ` [B.A.T.M.A.N.] [PATCH 1/3] batctl: fix wrong header lines number for local translation table Antonio Quartulli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).