]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: clarify reject is supported at prerouting stage
authorQuan Tian <tianquan23@gmail.com>
Wed, 10 Jan 2024 04:30:59 +0000 (04:30 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Jan 2025 23:41:53 +0000 (00:41 +0100)
commit 52d1346d41c51abf2f77b81d21cb683a6477e817 upstream.

It's supported since kernel commit f53b9b0bdc59 ("netfilter: introduce
support for reject at prerouting stage").

Reported-by: Dan Winship <danwinship@redhat.com>
Signed-off-by: Quan Tian <tianquan23@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/statements.txt

index 0532b2b16c7dcc3e215d49943dd86609a87d0796..014b2e2e31171dc550fe7b935a718f9d34ef4c72 100644 (file)
@@ -180,7 +180,7 @@ ____
 A reject statement is used to send back an error packet in response to the
 matched packet otherwise it is equivalent to drop so it is a terminating
 statement, ending rule traversal. This statement is only valid in base chains
-using the *input*,
+using the *prerouting*, *input*,
 *forward* or *output* hooks, and user-defined chains which are only called from
 those chains.