From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4536E2E9EAC; Tue, 27 Jan 2026 14:10:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769523053; cv=none; b=iTVaszBWq2awebow5jMQa+ACTeyHD0ChBtMYXnOvGWkOhmFDDFuX51qkdkarA7A7JMntVk+AN58KBDGca5gfwPYjRWWOTqUhrr7piuWn0vlbwBacTyPrKX3oQQDmS5YFuO7PCDWE98VEAyvB3LWXWN4Y+PdZfPSo2MGHh/NkkAU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769523053; c=relaxed/simple; bh=0by4I+x4xjY4G2tv2PI+E4VhVVnS22VxcaVNO9sAJ18=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FfqsT/GLYAwLiUKTB/iI/mp0zNO5BamxZnuOv7zRCMnw+i8QN0ZMgQSX/MoECkJtMh+N8V7ip+4Lfl7JFPGcVmkerA1MWPH1VV1ixyXKL5u1RNHu7m6GT7PJ49iGBvQeWPF+g+lIFp4uAkndOY8stD55wnqtu6jBNEBEYCH1XW0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 388C76033F; Tue, 27 Jan 2026 15:10:48 +0100 (CET) Date: Tue, 27 Jan 2026 15:10:43 +0100 From: Florian Westphal To: "Remy D. Farley" Cc: Donald Hunter , Jakub Kicinski , netdev@vger.kernel.org, Pablo Neira Ayuso , Jozsef Kadlecsik , Phil Sutter , netfilter-devel@vger.kernel.org, coreteam@netfilter.org Subject: Re: [PATCH v6 5/6] doc/netlink: nftables: Add getcompat operation Message-ID: References: <20260121184621.198537-1-one-d-wide@protonmail.com> <20260121184621.198537-6-one-d-wide@protonmail.com> <2mi8BfZGa57pxicf4pXNT_oDJ3bvV7pByJOBhG8e7u_3eBbjubS3YJ88xHp4oDiMi3iY20zcG6FgF8_m5nsJJ_3CYHNftjAL_4EAqN5zeU0=@protonmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Remy D. Farley wrote: > > And perhaps mention that this is only for iptables-nft in the yaml file too. > > (nft uses it on 'nft list' only if it encounters a rule added by iptables-nft). > > Do you mean to still add getcompat operation to spec in the kernel tree? > In case I misrepresented it, netlink-bindings is not a kernel project. And > AFACT, this issue isn't relevant for ynl C library, as it would only try to > decodes messages from operations you sent. Oh, indeed, I misunderstood. In that case I think its better to not add it to the yaml spec.