From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [213.95.27.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BEEAB4B5DE for ; Wed, 10 Jan 2024 16:10:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gnumonks.org Received: from [78.30.41.52] (port=53820 helo=gnumonks.org) by ganesha.gnumonks.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rNbAC-003POq-HQ; Wed, 10 Jan 2024 17:10:46 +0100 Date: Wed, 10 Jan 2024 17:10:43 +0100 From: Pablo Neira Ayuso To: Quan Tian Cc: netfilter-devel@vger.kernel.org, Dan Winship Subject: Re: [PATCH nftables] doc: clarify reject is supported at prerouting stage Message-ID: References: <20240110043059.2977387-1-tianquan23@gmail.com> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240110043059.2977387-1-tianquan23@gmail.com> X-Spam-Score: -1.9 (-) 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