summaryrefslogtreecommitdiffstats
path: root/conntrack.8
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-11-01 00:49:30 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-11-01 00:49:30 +0000
commit37a8ec0ef4bf890ed4fade4f09c326f2daa7b07d (patch)
tree2e41c5a4586bf884672d96fb47f69ae06da6541d /conntrack.8
parent527d116c60f1766ca384504e18d08c775109a6cc (diff)
o Add --id to the conntrack manpage
o Add myself to the list of ctnetlink author, it deserves it ;)
Diffstat (limited to 'conntrack.8')
-rw-r--r--conntrack.85
1 files changed, 4 insertions, 1 deletions
diff --git a/conntrack.8 b/conntrack.8
index c8d07d1..8c9d963 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -109,6 +109,9 @@ Specify the timeout.
.BI "-u, --status " "[EXPECTED|ASSURED|SEEN_REPLY|CONFIRMED|SNAT|DNAT|SEQ_ADJUST|UNSET][,...]"
Specify the conntrack status.
.TP
+.BI "-i, --id " "ID"
+Specify the conntrack ID.
+.TP
.BI "--tuple-src " IP_ADDRESS
Specify the tuple source address of an expectation.
.TP
@@ -132,7 +135,7 @@ Bugs? What's this ;-)
See
.BR "http://netfilter.org/" .
.SH AUTHORS
-Jay Schulist, Patrick McHardy and Harald Welte wrote the kernel-level "ctnetlink" interface that is used by the conntrack tool.
+Jay Schulist, Patrick McHardy, Harald Welte and Pablo Neira wrote the kernel-level "ctnetlink" interface that is used by the conntrack tool.
.PP
Pablo Neira wrote the conntrack tool, Harald Welte added support for conntrack based accounting counters.
.PP