summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.txt
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-06-04 01:42:22 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-06-04 01:42:22 +0200
commit110d7ce37b0ae18f8dcea8bd4a4aa58fc49ccca0 (patch)
tree201754c8124eb7d1d31683e90937e4849296e5ce /doc/payload-expression.txt
parentea5e892af8e2aed9871b5cc7589afc20dd02015b (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'doc/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt4
1 files changed, 2 insertions, 2 deletions
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*}