From ea5e892af8e2aed9871b5cc7589afc20dd02015b Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 3 Jun 2021 01:25:32 +0200 Subject: 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 --- doc/payload-expression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/payload-expression.txt') 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*} -- cgit v1.2.3