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 2/2] src: support for XML parsing
Date: Fri, 3 May 2013 18:24:19 +0200 [thread overview]
Message-ID: <20130503162419.GB5129@localhost> (raw)
In-Reply-To: <20130429123612.26114.46794.stgit@nfdev.cica.es>
On Mon, Apr 29, 2013 at 02:36:12PM +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) * XML parsing is done with libmxml
> (http://minixml.org)
>
> NOTE: expr/target and expr/match binary data are ignored.
>
> Some code examples/test cases will be added to libnftables in a
> future patch.
Please, you have to change this to some --enable-xml-parser option via
hen ./configure, so it's not a hard dependency on libmxml.
next prev parent reply other threads:[~2013-05-03 16:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-29 12:36 [libnftables PATCH 1/2] src: delete exporting internal flags in XML Arturo Borrero
2013-04-29 12:36 ` [libnftables PATCH 2/2] src: support for XML parsing Arturo Borrero
2013-05-03 16:24 ` Pablo Neira Ayuso [this message]
2013-05-08 10:36 ` Arturo Borrero Gonzalez
2013-05-08 11:26 ` Arturo Borrero Gonzalez
2013-05-03 16:22 ` [libnftables PATCH 1/2] src: delete exporting internal flags in XML Pablo Neira Ayuso
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=20130503162419.GB5129@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).