diff mbox series

[v2,2/2] conntrack.8: man update for opts format support

Message ID 20201029115156.69784-3-mikhail.sennikovskii@cloud.ionos.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series [v2,1/2] conntrack: implement save output format | expand

Commit Message

Mikhail Sennikovsky Oct. 29, 2020, 11:51 a.m. UTC
Signed-off-by: Mikhail Sennikovsky <mikhail.sennikovskii@cloud.ionos.com>
---
 conntrack.8 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Nov. 2, 2020, 1:49 p.m. UTC | #1
Also applied, thanks.
diff mbox series

Patch

diff --git a/conntrack.8 b/conntrack.8
index 1174c6c..e48d74e 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 tool options format
+.TP
 .B conntrack \-L -f ipv6 -o extended
 Only dump IPv6 connections in /proc/net/nf_conntrack format, with
 additional information.