summaryrefslogtreecommitdiffstats
path: root/conntrack.8
diff options
context:
space:
mode:
Diffstat (limited to 'conntrack.8')
-rw-r--r--conntrack.87
1 files changed, 6 insertions, 1 deletions
diff --git a/conntrack.8 b/conntrack.8
index bfb2de0..cbf8434 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -1,4 +1,4 @@
-.TH CONNTRACK 8 "May 6, 2007" "" ""
+.TH CONNTRACK 8 "Oct 22, 2008" "" ""
.\" Man page written by Harald Welte <laforge@netfilter.org (Jun 2005)
.\" Maintained by Pablo Neira Ayuso <pablo@netfilter.org (May 2007)
@@ -14,6 +14,8 @@ conntrack \- command line interface for netfilter connection tracking
.br
.BR "conntrack -I [table] parameters"
.br
+.BR "conntrack -U [table] parameters"
+.br
.BR "conntrack -E [table] parameters"
.br
.BR "conntrack -F [table]"
@@ -62,6 +64,9 @@ Delete an entry from the given table.
.BI "-I, --create "
Create a new entry from the given table.
.TP
+.BI "-U, --update "
+Update an entry from the given table.
+.TP
.BI "-E, --event "
Display a real-time event log.
.TP