From: "Linus Lüssing" <linus.luessing@web.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCHv2 1/3] batctl: fix wrong header lines number for local translation table
Date: Sun, 2 Mar 2014 23:18:00 +0100 [thread overview]
Message-ID: <1393798682-7703-2-git-send-email-linus.luessing@web.de> (raw)
In-Reply-To: <1393798682-7703-1-git-send-email-linus.luessing@web.de>
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>
Acked-by: Antonio Quartulli <antonio@meshcoding.com>
---
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
next prev parent reply other threads:[~2014-03-02 22:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-02 22:17 [B.A.T.M.A.N.] [PATCHv2 0/3] batctl: multicast related patches Linus Lüssing
2014-03-02 22:18 ` Linus Lüssing [this message]
2014-03-11 10:43 ` [B.A.T.M.A.N.] [PATCHv2 1/3] batctl: fix wrong header lines number for local translation table Marek Lindner
2014-03-02 22:18 ` [B.A.T.M.A.N.] [PATCHv2 2/3] batctl: add switch for setting multicast_mode Linus Lüssing
2014-03-11 10:46 ` Marek Lindner
2014-03-02 22:18 ` [B.A.T.M.A.N.] [PATCHv2 3/3] batctl: add unicast/multicast address filter option for TT output Linus Lüssing
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393798682-7703-2-git-send-email-linus.luessing@web.de \
--to=linus.luessing@web.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox