Linux Netfilter development
 help / color / mirror / Atom feed
* [PATCH nftables] doc: clarify reject is supported at prerouting stage
@ 2024-01-10  4:30 Quan Tian
  2024-01-10 16:10 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Quan Tian @ 2024-01-10  4:30 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Quan Tian, Dan Winship

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>
---
 doc/statements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/statements.txt b/doc/statements.txt
index 19672805..ae6442b0 100644
--- a/doc/statements.txt
+++ b/doc/statements.txt
@@ -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.
 
-- 
2.38.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nftables] doc: clarify reject is supported at prerouting stage
  2024-01-10  4:30 [PATCH nftables] doc: clarify reject is supported at prerouting stage Quan Tian
@ 2024-01-10 16:10 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2024-01-10 16:10 UTC (permalink / raw)
  To: Quan Tian; +Cc: netfilter-devel, Dan Winship

On Wed, Jan 10, 2024 at 04:30:59AM +0000, Quan Tian wrote:
> It's supported since kernel commit f53b9b0bdc59 ("netfilter: introduce
> support for reject at prerouting stage").

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-10 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10  4:30 [PATCH nftables] doc: clarify reject is supported at prerouting stage Quan Tian
2024-01-10 16:10 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox