netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] conntrack: Add missing tables dying and unconfirmed to usage output.
@ 2016-04-04  9:43 Mart Frauenlob
  2016-04-07  9:45 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Mart Frauenlob @ 2016-04-04  9:43 UTC (permalink / raw)
  To: netfilter-devel

Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
---
 src/conntrack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conntrack.c b/src/conntrack.c
index d40f23f..b384e07 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -520,7 +520,7 @@ static const char usage_commands[] =
 	"  -S\t\t\t\tShow statistics\n";
 
 static const char usage_tables[] =
-	"Tables: conntrack, expect\n";
+	"Tables: conntrack, expect, dying, unconfirmed\n";
 
 static const char usage_conntrack_parameters[] =
 	"Conntrack parameters and options:\n"
-- 
1.7.2.5


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

end of thread, other threads:[~2016-04-07 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04  9:43 [PATCH] conntrack: Add missing tables dying and unconfirmed to usage output Mart Frauenlob
2016-04-07  9:45 ` Pablo Neira Ayuso
2016-04-07 17:30   ` Mart Frauenlob
2016-04-07 17:47     ` Pablo Neira Ayuso

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).