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. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html