diff options
author | Clemence Faure <clemence.faure@sophos.com> | 2013-07-09 10:37:02 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2013-07-23 23:18:51 +0200 |
commit | 1239b83da27545e3275127ac339cdca29c872304 (patch) | |
tree | 2dd1367f592dff3b7d99ff6d9f52d3b92d66d7be /conntrack.8 | |
parent | 586382d9a8389ee553db019fd9be14a8a7c0b8ec (diff) | |
download | conntrack-tools-1239b83da27545e3275127ac339cdca29c872304.tar.gz conntrack-tools-1239b83da27545e3275127ac339cdca29c872304.zip |
conntrack: introduce -l option to filter by labels
Signed-off-by: Clemence Faure <clemence.faure@sophos.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index d80a778..f273434 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -144,6 +144,11 @@ the MARK value into the ctmark. Otherwise, the mask is logically ANDed with the existing mark before the comparision. In "--create" mode, the mask is ignored. .TP +.BI "-l, --label " "LABEL,..." +Specify the conntrack labels. +This option is only available in conjunction with "-L, --dump" or "-E, --event". +Match entries whose labels matches at least those specified as arguments. +.TP .BI "-c, --secmark " "SECMARK" Specify the conntrack selinux security mark. .TP |