summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-07-08 13:18:19 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2022-07-11 11:38:17 +0200
commit31b92b5f813aec80ababdcd7850d2af981fe2a5c (patch)
tree3e1714681341170e5586f508e661c31447d3d76c
parente42ea65e9c93ff6ebb9627943370aedab853eb46 (diff)
conntrack: update manpage with new -A command
Extend manpage to document the new -A/--add command. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--conntrack.811
1 files changed, 8 insertions, 3 deletions
diff --git a/conntrack.8 b/conntrack.8
index 0db427b..6fbb41f 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -14,6 +14,8 @@ conntrack \- command line interface for netfilter connection tracking
.br
.BR "conntrack -I [table] parameters"
.br
+.BR "conntrack -A [table] parameters"
+.br
.BR "conntrack -U [table] parameters"
.br
.BR "conntrack -E [table] [options]"
@@ -88,7 +90,10 @@ Search for and show a particular (matching) entry in the given table.
Delete an entry from the given table.
.TP
.BI "-I, --create "
-Create a new entry from the given table.
+Create a new entry from the given table, it fails if it already exists.
+.TP
+.BI "-A, --add "
+Add a new entry from the given table.
.TP
.BI "-U, --update "
Update an entry from the given table.
@@ -186,8 +191,8 @@ Use multiple \-l options to specify multiple labels that need to be set.
.TP
.BI "--label-add " "LABEL"
Specify the conntrack label to add to the selected conntracks.
-This option is only available in conjunction with "\-I, \-\-create" or
-"\-U, \-\-update".
+This option is only available in conjunction with "\-I, \-\-create",
+"\-A, \-\-add" or "\-U, \-\-update".
.TP
.BI "--label-del " "[LABEL]"
Specify the conntrack label to delete from the selected conntracks.