From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (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 C3330226D0A for ; Tue, 8 Jul 2025 13:48:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751982509; cv=none; b=vF2a6keGvW4UeKjUvDgijpzNrKUFE2zZYXwOYPhilATQeUFWRdCr1RfSb0oWyC0zLu/y+6Jb4n27kikbl1+XjiyV1welYmYSnbBxVpeu5/8nbKNX6hmNqi/mSQu5tNQgCegmdJyn4C9IDfmCKTuReGsgGW4z5oVMPMsLnjCAtuQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751982509; c=relaxed/simple; bh=AihFFP8ZmdrzequRNzzn/HNccQZz5LB5NCBwP4P+E60=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CgQx8rV0HzrDaVq59N68KgxAOBGwqvWZgIkpbVu8fSG/5gKzEQZRpTv3QqquMptsYOGSJvtHF4K+r1sKEYmxtOLpuxc/oHOGBTEBUdpm+abzj7W0B8jcS9VEdvNjozfOeIt/X6cvIin9ci0cu6kgLIW3ijoaQH7fmF5JF8wogUA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id BF8406048A; Tue, 8 Jul 2025 15:48:24 +0200 (CEST) Date: Tue, 8 Jul 2025 15:48:24 +0200 From: Florian Westphal To: Phil Sutter Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Subject: Re: [nft PATCH] mnl: Support NFNL_HOOK_TYPE_NFT_FLOWTABLE Message-ID: References: <20250708130442.16449-1-phil@nwl.cc> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250708130442.16449-1-phil@nwl.cc> Phil Sutter wrote: > New kernels dump info for flowtable hooks the same way as for base > chains. Reviewed-by: Florian Westphal