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 9ABA8C77B60 for ; Fri, 28 Apr 2023 14:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230215AbjD1OsI (ORCPT ); Fri, 28 Apr 2023 10:48:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230016AbjD1OsH (ORCPT ); Fri, 28 Apr 2023 10:48:07 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B01951731 for ; Fri, 28 Apr 2023 07:48:04 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1psPOE-0002xx-Qy for netfilter-devel@vger.kernel.org; Fri, 28 Apr 2023 16:48:02 +0200 Date: Fri, 28 Apr 2023 16:48:02 +0200 From: Phil Sutter To: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH 1/3] arptables: Fix parsing of inverted 'arp operation' match Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org References: <20230428130531.14195-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230428130531.14195-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Fri, Apr 28, 2023 at 03:05:29PM +0200, Phil Sutter wrote: > The wrong bit was set in 'invflags', probably due to copy'n'paste from > the previous case. > > Fixes: 84909d171585d ("xtables: bootstrap ARP compatibility layer for nftables") > Signed-off-by: Phil Sutter Series applied.