From: Pablo Neira Ayuso Date: Thu, 3 Jun 2021 23:42:22 +0000 (+0200) Subject: doc: nft: ct id does not allow for original|reply X-Git-Tag: v1.0.0~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=110d7ce37b0ae18f8dcea8bd4a4aa58fc49ccca0;p=thirdparty%2Fnftables.git doc: nft: ct id does not allow for original|reply This is a singleton ct key, move it to where it belongs to. Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt index bc31e81c..cead33c7 100644 --- a/doc/payload-expression.txt +++ b/doc/payload-expression.txt @@ -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*}