[ANNOUNCE] libnftnl 1.3.0 release
Pablo Neira Ayuso <[email protected]> Wed, 6 Aug 2025 13:28:36 +0200
| Newsgroups | gmane.comp.security.firewalls.netfilter.general,gmane.comp.security.firewalls.netfilter.devel |
|---|---|
| Message-ID | <aJM8ZPySLNObX5r8@calendula> |
Hi!
The Netfilter project proudly presents:
libnftnl 1.3.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 nftables.
This release contains:
- support for conntrack information in traces.
- new set element count.
These feature require Linux kernel >= 6.16.
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.
changes-libnftnl-1.3.0.txt
(text/plain, 268 B)
Florian Westphal (2):
set: dump set backend name (hash, rbtree...) and elem count, if available
trace: add support for TRACE_CT information
Pablo Neira Ayuso (1):
build: libnftnl 1.3.0 release
Phil Sutter (1):
include: utils.h needs errno.h