]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
log: s/threshold/queue-threshold/
authorFlorian Westphal <fw@strlen.de>
Fri, 13 Sep 2013 14:44:48 +0000 (16:44 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 14 Sep 2013 18:53:19 +0000 (20:53 +0200)
on input we expect "queue-threshold" token, so use the same
name when printing the output.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/statement.c

index 1a3ea3c1d0c6636ca7b093670b5e1f4c725462ad..69db48f61acde9cfdbba87aaeb393eab5777c2fa 100644 (file)
@@ -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)