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 BC9E5C4332F for ; Fri, 9 Dec 2022 16:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229631AbiLIQIC (ORCPT ); Fri, 9 Dec 2022 11:08:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229877AbiLIQH1 (ORCPT ); Fri, 9 Dec 2022 11:07:27 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D02807D0B3 for ; Fri, 9 Dec 2022 08:07:21 -0800 (PST) Date: Fri, 9 Dec 2022 17:07:18 +0100 From: Pablo Neira Ayuso To: Phil Sutter Cc: netfilter-devel@vger.kernel.org, Florian Westphal Subject: Re: [nft PATCH 3/4] xt: Rewrite unsupported compat expression dumping Message-ID: References: <20221124165641.26921-1-phil@nwl.cc> <20221124165641.26921-4-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221124165641.26921-4-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Nov 24, 2022 at 05:56:40PM +0100, Phil Sutter wrote: > Choose a format which provides more information and is easily parseable. > Then teach parsers about it and make it explicitly reject the ruleset > giving a meaningful explanation. Also update the man pages with some > more details. There is a bugzilla ticket related to xt and json support, you can probably add a Closes: tag link.