summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky <mikhail.sennikovskii@cloud.ionos.com>2020-10-29 12:51:56 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2020-11-02 14:46:58 +0100
commit32206500a3944f8668e561df2c360195dada2cfa (patch)
treeffcce35a57589ab5600b7736799b373d78b92315
parent1c596b9ec8f26ee5e044e033509e656e8376a395 (diff)
conntrack.8: man update for opts format support
Signed-off-by: Mikhail Sennikovsky <mikhail.sennikovskii@cloud.ionos.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--conntrack.85
1 files changed, 4 insertions, 1 deletions
diff --git a/conntrack.8 b/conntrack.8
index 1174c6c..898daae 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -109,7 +109,7 @@ Show the in-kernel connection tracking system statistics.
Atomically zero counters after reading them. This option is only valid in
combination with the "\-L, \-\-dump" command options.
.TP
-.BI "-o, --output [extended,xml,timestamp,id,ktimestamp,labels,userspace] "
+.BI "-o, --output [extended,xml,save,timestamp,id,ktimestamp,labels,userspace] "
Display output in a certain format. With the extended output option, this tool
displays the layer 3 information. With ktimestamp, it displays the in-kernel
timestamp available since 2.6.38 (you can enable it via the \fBsysctl(8)\fP
@@ -376,6 +376,9 @@ additional information.
.B conntrack \-L \-o xml
Show the connection tracking table in XML
.TP
+.B conntrack \-L \-o save
+Show the connection tracking table in conntrack syntax format
+.TP
.B conntrack \-L -f ipv6 -o extended
Only dump IPv6 connections in /proc/net/nf_conntrack format, with
additional information.