diff options
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/conntrack.8 b/conntrack.8 index 3a35613..bb9b0e0 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -107,13 +107,14 @@ This option is only required in conjunction with "-L, --dump". If this option is .BI "-t, --timeout " "TIMEOUT" Specify the timeout. .TP -.BI "-u, --status " "[ASSURED|SEEN_REPLY|UNSET|SRC_NAT|DST_NAT][,...]" +.BI "-u, --status " "[ASSURED|SEEN_REPLY|UNSET][,...]" Specify the conntrack status. .TP -.BI "-i, --id " "ID" -Specify the conntrack ID. -. -This option can only be used in conjunction with "-L, --dump" to display the conntrack IDs. +.BI "-n, --src-nat " +Filter source NAT connections. +.TP +.BI "-g, --dst-nat " +Filter destination NAT connections. .TP .BI "--tuple-src " IP_ADDRESS Specify the tuple source address of an expectation. @@ -144,6 +145,9 @@ Dump the connection tracking table in XML .B conntrack \-L -f ipv6 -o extended Only dump IPv6 connections in /proc/net/nf_conntrack format .TP +.B conntrack \-L --src-nat +Dump source NAT connections +.TP .B conntrack \-E \-o timestamp Show connection events together with the timestamp .SH BUGS |