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 CCF1EC38145 for ; Thu, 8 Sep 2022 15:37:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230084AbiIHPho (ORCPT ); Thu, 8 Sep 2022 11:37:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230309AbiIHPhP (ORCPT ); Thu, 8 Sep 2022 11:37:15 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 653A8E6B8E for ; Thu, 8 Sep 2022 08:37:13 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1oWJaZ-0006XQ-2h; Thu, 08 Sep 2022 17:37:11 +0200 Date: Thu, 8 Sep 2022 17:37:11 +0200 From: Phil Sutter To: Florian Westphal Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH iptables-nft 0/3] nft: prefer meta pkttype to libxt_pkttype Message-ID: Mail-Followup-To: Phil Sutter , Florian Westphal , netfilter-devel@vger.kernel.org References: <20220908151242.26838-1-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220908151242.26838-1-fw@strlen.de> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Sep 08, 2022 at 05:12:39PM +0200, Florian Westphal wrote: > low hanging fruit: use native meta+cmp instead of libxt_pkttype. > First patch adds dissection, second patch switches to native expression. > > Last patch adds support for 'otherhost' mnemonic, useless for iptables > but useful for ebtables. Reviewed-by: Phil Sutter