Hi!
The Netfilter project proudly presents:
libnftnl 1.2.9
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:
* add support for kernel space AND, OR and XOR operations (for Linux kernel >=
6.13)
* fix for vxlan tunnel options
* fix ct id printed as 'unknown' key
* fix device array overrun
* remove deprecated unused functions
* improved test coverage
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.
Fernando Fernandez Mancera (1):
tunnel: add missing inner nested netlink attribute for vxlan options
Jeremy Sowden (5):
include: add new bitwise boolean attributes to nf_tables.h
expr: bitwise: rename some boolean operation functions
expr: bitwise: add support for kernel space AND, OR and XOR operations
tests: bitwise: refactor shift tests
tests: bitwise: add tests for new boolean operations
Pablo Neira Ayuso (2):
include: refresh nf_tables.h copy
build: libnftnl 1.2.9 release
Phil Sutter (5):
Introduce struct nftnl_str_array
Use SPDX License Identifiers in headers
set: Fix for array overrun when setting NFTNL_SET_DESC_CONCAT
tests: Extend set test by NFTNL_SET_DESC_CONCAT
tests: Fix for ASAN
Zhongqiu Duan (3):
expr: payload: print tunnel header
expr: ct: print key name of id field
src: remove unused str2XXX helpers