[Bug 1297] Replacement for nft export vm json?

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Thu Nov 15 10:20:39 CET 2018


https://bugzilla.netfilter.org/show_bug.cgi?id=1297

Pablo Neira Ayuso <pablo at netfilter.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Hi!

The previous json layout for libnftnl has been unmaintained for quite a bit of
time.

The new json format is rather similar in layout, but it is well-documented, it
integrates with high-level libnftables library and it is solving a number of
well-known problems. Please, have a look at documentation:

     man libnftables-json

This is available through nftables, you can fetch a clone from:
git://git.netfilter.org/nftables

We also now offer a python binding for libnftables, have a look at nftables/py.

I think it should be relatively little work to adapt you python application to
take the json format from libnftables. Actually, it's going to me much better
since you will not have to figure out how to match on the ip dscp field some
day - which is not trivial in libnftnl.

Regarding library version, I agree we should have probably bumped version
1.2.0, we can do so in the next release.

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181115/6336aed2/attachment.html>


More information about the netfilter-buglog mailing list