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 A3408C001B0 for ; Thu, 10 Aug 2023 12:16:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232926AbjHJMQE (ORCPT ); Thu, 10 Aug 2023 08:16:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjHJMQE (ORCPT ); Thu, 10 Aug 2023 08:16:04 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 161DA196 for ; Thu, 10 Aug 2023 05:16:04 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1qU4aA-00055W-Hr for netfilter-devel@vger.kernel.org; Thu, 10 Aug 2023 14:16:02 +0200 Date: Thu, 10 Aug 2023 14:16:02 +0200 From: Phil Sutter To: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH v2 0/3] Chain counter fixes here and there Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org References: <20230810112325.20630-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230810112325.20630-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Aug 10, 2023 at 01:23:22PM +0200, Phil Sutter wrote: > Resending patch 2 after the test I created for it in patch 3 exposed the > iptables-nft bug fixed in patch 1. > > Phil Sutter (3): > nft: Create builtin chains with counters enabled > Revert "libiptc: fix wrong maptype of base chain counters on restore" > tests: shell: Test chain policy counter behaviour Series applied.