]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: nft: ct id does not allow for original|reply
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Jun 2021 23:42:22 +0000 (01:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Jun 2021 23:42:22 +0000 (01:42 +0200)
This is a singleton ct key, move it to where it belongs to.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/payload-expression.txt

index bc31e81c19a749f589441315b1d4b9ec64b9743b..cead33c7a9102376f09253e656b8d68509b5e0dc 100644 (file)
@@ -699,8 +699,8 @@ 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* | *count*}
-*ct* [*original* | *reply*] {*l3proto* | *protocol* | *bytes* | *packets* | *avgpkt* | *zone* | *id*}
+*ct* {*state* | *direction* | *status* | *mark* | *expiration* | *helper* | *label* | *count* | *id*}
+*ct* [*original* | *reply*] {*l3proto* | *protocol* | *bytes* | *packets* | *avgpkt* | *zone*}
 *ct* {*original* | *reply*} {*proto-src* | *proto-dst*}
 *ct* {*original* | *reply*} {*ip* | *ip6*} {*saddr* | *daddr*}