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 68061C77B61 for ; Thu, 27 Apr 2023 10:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243657AbjD0K5h (ORCPT ); Thu, 27 Apr 2023 06:57:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243047AbjD0K5g (ORCPT ); Thu, 27 Apr 2023 06:57:36 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5359C4698 for ; Thu, 27 Apr 2023 03:57:32 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1przJa-0003ZK-BL; Thu, 27 Apr 2023 12:57:30 +0200 Date: Thu, 27 Apr 2023 12:57:30 +0200 From: Phil Sutter To: Pablo Neira Ayuso Cc: Florian Westphal , netfilter-devel@vger.kernel.org Subject: Re: [nf-next PATCH v2] netfilter: nf_tables: Introduce NFTA_RULE_ACTUAL_EXPR Message-ID: Mail-Followup-To: Phil Sutter , Pablo Neira Ayuso , Florian Westphal , netfilter-devel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hi Pablo, On Wed, Apr 26, 2023 at 09:58:44PM +0200, Pablo Neira Ayuso wrote: [...] > My proposal: Thanks for returning to this. Your approach requires to define a minimum version from which on forward-compat is guaranteed. I was trying to avoid this requirement though so things would work for "unknown user space". Currently, the only offending extension is ebt_among since it doesn't exist (and never did) in non-native form. If I implement among extension parsing (even in non-functional form), my original approach would work. This also means having a minimum version for full compat, but it affects ebtables (actually, use of ebt_among) only. Cheers, Phil