libnftnl 1.3.0 release
| From: | Pablo Neira Ayuso <pablo-AT-netfilter.org> | |
| To: | netfilter-devel-AT-vger.kernel.org, netfilter-AT-vger.kernel.org | |
| Subject: | [ANNOUNCE] libnftnl 1.3.0 release | |
| Date: | Wed, 06 Aug 2025 13:28:36 +0200 | |
| Message-ID: | <aJM8ZPySLNObX5r8@calendula> | |
| Cc: | netfilter-announce-AT-lists.netfilter.org, lwn-AT-lwn.net | |
| Archive-link: | Article |
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.
Attachment: changes-libnftnl-1.3.0.txt (type=text/plain)
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
