From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02DF5C433FE for ; Thu, 24 Nov 2022 09:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229601AbiKXJZE (ORCPT ); Thu, 24 Nov 2022 04:25:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiKXJZD (ORCPT ); Thu, 24 Nov 2022 04:25:03 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA80911605A for ; Thu, 24 Nov 2022 01:25:01 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1oy8Tb-0004p6-Ux; Thu, 24 Nov 2022 10:24:59 +0100 Date: Thu, 24 Nov 2022 10:24:59 +0100 From: Phil Sutter To: Florian Westphal Cc: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH 00/13] Extensions: Review xlate callbacks Message-ID: Mail-Followup-To: Phil Sutter , Florian Westphal , netfilter-devel@vger.kernel.org References: <20221123164350.10502-1-phil@nwl.cc> <20221123212621.GD2753@breakpoint.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221123212621.GD2753@breakpoint.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Nov 23, 2022 at 10:26:21PM +0100, Florian Westphal wrote: > Phil Sutter wrote: > > This is a review of all extensions' xlate callbacks focussing on > > correctness of operation and return code. > > Thanks, please push this out. DONE!