From 110d7ce37b0ae18f8dcea8bd4a4aa58fc49ccca0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 4 Jun 2021 01:42:22 +0200 Subject: 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 --- doc/payload-expression.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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*} -- cgit v1.2.3