Hi! The Netfilter project proudly presents: libnftnl 1.2.4 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 includes two fixes for the printing of the set element user data area and the removal of an internal function without any clients. This release also includes a fix for the nfnetlink .res_id incorrect endianess. Note that there is a workaround in the kernel that has been available for a while which is present in -stable releases: commit a9de9777d613500b089a7416f936bf3ae5f070d2 Author: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Date: Fri Aug 28 21:01:43 2015 +0200 netfilter: nfnetlink: work around wrong endianess in res_id field Old Linux kernel versions <= 4.9 might break without the above kernel patch since libnftnl >= 1.2.4. 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.
Ian Pilcher (1): libnftnl: Fix res_id byte order Jeremy Sowden (1): rule, set_elem: fix printing of user data Pablo Neira Ayuso (3): rule, set_elem: remove trailing \n in userdata snprintf expr: payload: remove unused function build: libnftnl 1.2.4 release