diff options
author | Florian Westphal <fw@strlen.de> | 2013-07-04 16:04:39 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2013-07-05 07:10:24 +0200 |
commit | d343b8c554b6a04f6c477841dc4cbb89b5cd1bd9 (patch) | |
tree | 68101d5c1181742e5e7a4345480876f5bc2635e4 /conntrack.8 | |
parent | 01a4c0925c455723cbb7f026614c91a9bc8bf62a (diff) |
conntrack: add connlabel format attribute
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conntrack.8 b/conntrack.8 index a411fd4..d80a778 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -88,11 +88,13 @@ 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] " +.BI "-o, --output [extended,xml,timestamp,id,ktimestamp,labels] " 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 echo 1 > /proc/sys/net/netfilter/nf_conntrack_timestamp). +The labels output option tells conntrack to show the names of connection +tracking labels that might be present. .TP .BI "-e, --event-mask " "[ALL|NEW|UPDATES|DESTROY][,...]" Set the bitmask of events that are to be generated by the in-kernel ctnetlink |