Hi! The Netfilter project proudly presents: libnftnl 1.2.8 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 nftables. This release contains a few fixes only: * incorrect validation of dynset netlink attribute from the kernel. * don't append a newline when printing a rule. See ChangeLog that comes attached to this email for more details on the updates. You can download it from: https://www.netfilter.org/projects/libnftnl/downloads.html Happy firewalling. -------------- next part -------------- Florian Westphal (1): expr: dynset: validate expressions are of nested type Pablo Neira Ayuso (2): src: remove scaffolding around deprecated parser functions build: libnftnl 1.2.8 release Phil Sutter (1): rule: Don't append a newline when printing a rule