]> git.feebdaed.xyz Git - 0xmirror/nftables.git/commit
doc: remove queue from verdict list
authorFlorian Westphal <fw@strlen.de>
Sun, 26 Oct 2025 08:54:36 +0000 (09:54 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 28 Oct 2025 07:13:37 +0000 (08:13 +0100)
commit2c3edb0cc5ab4acc0b34d4d09db91755cef49712
treec61188e97f3a4c3e367c6506f1adab4ce297f739
parentb39ba950325bba7b00da57684c99e9466522bb07
doc: remove queue from verdict list

While its correct that the queue statement is internally implemented
via the queue verdict, this is an implementation detail.
We don't list "stolen" as a verdict either.

nft ... queue will always use the nft_queue statement, so move the
reinject detail from statements to queue statement and remove this.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/statements.txt