summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBrett Mastbergen <brett.mastbergen@gmail.com>2020-05-01 13:55:35 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2020-05-01 21:12:06 +0200
commitdcec7d57559a1fdfe50e2ae2529bf1636dd57844 (patch)
treef02f5c997e051dfc17c9bd960e97dfa2e8c41858 /doc
parente68938f2bf89fcc9a99e12c9b7a10c1838f2a133 (diff)
ct: Add support for the 'id' key
The 'id' key allows for matching on the id of the conntrack entry. v2: Remove ct_id_type Signed-off-by: Brett Mastbergen <brett.mastbergen@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/payload-expression.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index 4bbf8d05..e6f108b1 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -638,7 +638,7 @@ zone id is tied to the given direction. +
[verse]
*ct* {*state* | *direction* | *status* | *mark* | *expiration* | *helper* | *label*}
-*ct* [*original* | *reply*] {*l3proto* | *protocol* | *bytes* | *packets* | *avgpkt* | *zone*}
+*ct* [*original* | *reply*] {*l3proto* | *protocol* | *bytes* | *packets* | *avgpkt* | *zone* | *id*}
*ct* {*original* | *reply*} {*proto-src* | *proto-dst*}
*ct* {*original* | *reply*} {*ip* | *ip6*} {*saddr* | *daddr*}
@@ -700,6 +700,9 @@ integer (16 bit)
|count|
count number of connections
integer (32 bit)
+|id|
+Connection id
+ct_id
|==========================================
A description of conntrack-specific types listed above can be found sub-section CONNTRACK TYPES above.