On Thu, Jan 23, 2014 at 10:49:27AM +0100, Arturo Borrero Gonzalez wrote: > :~# nft export <xml|json> > > The XML/JSON output is provided raw by libnftnl, thus without format. > > In case of XML, you can give format with the `xmllint' tool from libxml2-tools: > :~# nft list ruleset xml | xmllint --format - > > In case of JSON, you can use `json_pp' from perl standar package: > :~# nft list ruleset json | json_pp > > A format field is added in struct cmd, and it will be reused in the import > operation. > > Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> Applied, 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