From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH] xml: expr: fix public interface for parsing XML Date: Fri, 26 Jul 2013 16:19:34 +0200 Message-ID: <20130726141934.GA13991@localhost> References: <20130726120031.4081.51723.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:42157 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756837Ab3GZOTj (ORCPT ); Fri, 26 Jul 2013 10:19:39 -0400 Content-Disposition: inline In-Reply-To: <20130726120031.4081.51723.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi Arturo, On Fri, Jul 26, 2013 at 02:00:31PM +0200, Arturo Borrero Gonzalez wrote: > This patch adds a public interface for parsing expr XML. > Before this patch, that operation was not possible. rule parse already parses expressions. Do you need this? If so, please specify the usage. Thanks.