Hi! The Netfilter project proudly presents: libnftnl 1.1.0 libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem. This library is currently used by the nft command line tool. This release adds new API infrastructure to support 'flow tables', that provide a "short cut" for packet forwarding and a new example to illustrate interaction with nftables ct helper objects. For details, see the changelog attached to this email. You can download this library from: http://www.netfilter.org/projects/libnftnl/downloads.html ftp://ftp.netfilter.org/pub/libnftnl/ Happy firewalling!
Florian Westphal (4): meta: secpath support src: remove set/get array api udata: refuse to put more than UINT8_MAX bytes build: bump LIBVERSION Harsha Sharma (4): src: parse new handle attribute for tables src: parse new handle attribute for sets src: parse new handle attribute for objects set: fix parsing for set handle attributes Pablo Neira Ayuso (12): examples: do not call nftnl_batch_is_supported() examples: nft-set-del: fix set deletion set_elem: nftnl_set_elems_parse() returns 0 if set is empty src: add flowtable support expr: add flow offload expression flowtable: allow to specify size flowtable: support for flags tests: add flowtable regression test configure: bump library version to 1.1.0 src: support for NFT_CT_{SRC,DST}_{IP,IP6} examples: nft-flowtable-add: do not use nftnl_flowtable_set_array() expr: objref: do not print id Yang Zheng (1): examples: add nft-ct-helper-{add,get,del}