From: Florian Westphal <fw@strlen.de>
To: netfilter-devel@vger.kernel.org
Cc: Florian Westphal <fw@strlen.de>
Subject: [PATCH nftables 3/3] log: s/threshold/queue-threshold/
Date: Fri, 13 Sep 2013 16:44:48 +0200 [thread overview]
Message-ID: <1379083488-20752-3-git-send-email-fw@strlen.de> (raw)
In-Reply-To: <1379083488-20752-1-git-send-email-fw@strlen.de>
on input we expect "queue-threshold" token, so use the same
name when printing the output.
Signed-off-by: Florian Westphal <fw@strlen.de>
---
src/statement.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/statement.c b/src/statement.c
index 1a3ea3c..69db48f 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -122,7 +122,7 @@ static void log_stmt_print(const struct stmt *stmt)
if (stmt->log.snaplen)
printf(" snaplen %u", stmt->log.snaplen);
if (stmt->log.qthreshold)
- printf(" threshold %u", stmt->log.qthreshold);
+ printf(" queue-threshold %u", stmt->log.qthreshold);
}
static void log_stmt_destroy(struct stmt *stmt)
--
1.7.8.6
next prev parent reply other threads:[~2013-09-13 14:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 14:44 [PATCH nftables kernel 1/3] netfilter: nft_log: group is u16, snaplen u32 Florian Westphal
2013-09-13 14:44 ` [PATCH libnftables 2/3] expr: log: use real length when fetching attributes Florian Westphal
2013-09-14 19:10 ` Pablo Neira Ayuso
2013-09-13 14:44 ` Florian Westphal [this message]
2013-09-14 19:10 ` [PATCH nftables 3/3] log: s/threshold/queue-threshold/ Pablo Neira Ayuso
2013-09-14 19:10 ` [PATCH nftables kernel 1/3] netfilter: nft_log: group is u16, snaplen u32 Pablo Neira Ayuso
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=1379083488-20752-3-git-send-email-fw@strlen.de \
--to=fw@strlen.de \
--cc=netfilter-devel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).