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. > > NOTE: expr/target and expr/match binary data are ignored. I fixed compilation without --with-xml-parsing, that case was probably untested. Finally applied with minor glitches. If you have follow up patches, please make sure you rebase your tree upon current. Thanks Arturo. -- 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