On Wed, May 02, 2018 at 11:32:13AM +1000, Duncan Roe wrote: > On Tue, May 01, 2018 at 11:33:33PM +0200, Florian Westphal wrote: > > 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} > > > Hey Florian, > > I just downloaded > https://netfilter.org/projects/libnftnl/downloads.html#libnftnl-1.1.0 but the > sha256sum doesn't match: > ec0eaca11b165110c2b61e6a7b50a7a0a9b17fa04a0c333f795bec2d19f78f6c instead of the > expected 36c6d99c7684851d4d72e75bd07ff3f0ff1baaf4b6f069eb7244990cd1a9a462. > Installing it anyway, Just fixed website, sorry about this. The right checksum is ec0eaca11b165110c2b61e6a7b50a7a0a9b17fa04a0c333f795bec2d19f78f6c as: http://ftp.netfilter.org/pub/libnftnl/libnftnl-1.1.0.tar.bz2.sha256sum says. Thanks for reporting. -- 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