summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.txt
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-06-03 01:25:32 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-06-04 01:12:13 +0200
commitea5e892af8e2aed9871b5cc7589afc20dd02015b (patch)
tree2e08028a42e4a0c17486cb3518d475deb2fd2944 /doc/payload-expression.txt
parent5c2c6b09286048b39d51964391ef2aecfd247512 (diff)
statement: connlimit: remove extra whitespace in print function
Instead of: ct count 2 accept ^^ simply print: ct count 2 accept While at it, add incomplete reference 'ct count' to manpage. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index a338dcf0..bc31e81c 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -699,7 +699,7 @@ is true for the *zone*, if a direction is given, the zone is only matched if the
zone id is tied to the given direction. +
[verse]
-*ct* {*state* | *direction* | *status* | *mark* | *expiration* | *helper* | *label*}
+*ct* {*state* | *direction* | *status* | *mark* | *expiration* | *helper* | *label* | *count*}
*ct* [*original* | *reply*] {*l3proto* | *protocol* | *bytes* | *packets* | *avgpkt* | *zone* | *id*}
*ct* {*original* | *reply*} {*proto-src* | *proto-dst*}
*ct* {*original* | *reply*} {*ip* | *ip6*} {*saddr* | *daddr*}