From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Arturo Borrero <arturo.borrero.glez@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [libnftables PATCH v4] src: support for XML parsing
Date: Wed, 15 May 2013 00:35:32 +0200 [thread overview]
Message-ID: <20130514223531.GA10121@localhost> (raw)
In-Reply-To: <20130514145049.6008.84412.stgit@nfdev.cica.es>
On Tue, May 14, 2013 at 04:51:16PM +0200, Arturo Borrero wrote:
> This patch adds capabilities for parsing a XML table/chain/rule
>
> Some points to note:
> * the XML data is case sensitive (so <chain>asd</chain> != <chain>ASD</chain> != <CHAIN>asd</CHAIN>)
> * all exported functions will receive a XML and return an object (aka table|chain|rule)
> * To compile the lib with XML parsing support, run './configure --with-xml-parsing'
> * XML parsing is done with libmxml (http://minixml.org). XML parsing depends on this external lib.
This looks good. Thanks for the patch.
> NOTE: expr/target and expr/match binary data are ignored.
>
> Some code examples/test cases will be added to libnftables in a future patch.
I'm looking forward to having those example files, I would like to
use them to test this before applying it to master.
next prev parent reply other threads:[~2013-05-14 22:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-14 14:51 [libnftables PATCH v4] src: support for XML parsing Arturo Borrero
2013-05-14 22:35 ` Pablo Neira Ayuso [this message]
2013-05-23 11:21 ` Pablo Neira Ayuso
2013-05-24 7:55 ` Arturo Borrero Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130514223531.GA10121@localhost \
--to=pablo@netfilter.org \
--cc=arturo.borrero.glez@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).