From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH] data_reg: fix verdict format approach Date: Sat, 18 Jan 2014 21:53:21 +0100 Message-ID: <20140118205321.GB4840@localhost> References: <20140118163944.23453.46552.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, kaber@trash.net To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:40876 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbaARUxg (ORCPT ); Sat, 18 Jan 2014 15:53:36 -0500 Content-Disposition: inline In-Reply-To: <20140118163944.23453.46552.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Jan 18, 2014 at 05:39:44PM +0100, Arturo Borrero Gonzalez wrote: > Patrick reports that the XML/JSON formats of the data_reg object > are not accuarate. > > This patch updates these formats, so they are now as follow: > > * with raw data (this doesn't change). > * with a concrete verdict (eg drop accept) and an > optional , with destination. Applied. > In XML: > ^------------^ I think we decided time ago that we prefer elements instead of attributes. I would take a patch for that conversion.