Hi! The Netfilter project proudly presents: libnftnl 1.3.2 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: - Support for connlimit stateful objects - Fix compilation of examples for musl libc - Validate geneve class and type attribute size in setter - Validate kernel does not provide too long geneve data attribute - Remove internal nftnl_set{,_elem}_clone() function - Do not print userdata content through snprintf API - Enhancements for the snprint API to display data according to size and byteorder, this includes new functions nftnl_{expr,set_elem}_set_imm() to decorate the data. - Remove a trailing whitespace in snprintf() API for expressions. - More improvements for the snprintf() API for set elements: no colon is printed if data is not provided, print object names in maps and print flags only if non-zero. 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.