1
0
Fork 0
mirror of git://git.netfilter.org/libnftnl synced 2026-03-07 04:02:57 +00:00
No description
Find a file
Phil Sutter 5c5a8385dc src: Do not include userdata content in debug output
This storage in rules and set elements is opaque by design, neither
libnftnl nor kernel should deal with its content. Yet nftables enters data
in host byte order which will lead to changing output depending on
host's byte order. Avoid this problem for test suites checking the debug
output by merely printing the number and sum of all the bytes in the
buffer. This likely detects changes in userdata but deliberately ignores
data reordering.

Signed-off-by: Phil Sutter <phil@nwl.cc>
2026-01-29 15:04:01 +01:00
examples Use SPDX License Identifiers in headers 2024-10-30 12:51:17 +01:00
include src: Do not include userdata content in debug output 2026-01-29 15:04:01 +01:00
m4 initial version of libnftables 2012-10-11 15:15:02 +02:00
src src: Do not include userdata content in debug output 2026-01-29 15:04:01 +01:00
tests tests: Fix for ASAN 2024-12-04 15:44:05 +01:00
.gitignore Update gitignore. 2020-01-18 21:22:29 +01:00
autogen.sh build: add an autogen.sh script 2013-05-16 18:43:00 +02:00
configure.ac build: libnftnl 1.3.1 release 2025-12-03 12:00:25 +00:00
COPYING update COPYING 2014-01-15 10:19:06 +01:00
doxygen.cfg.in src: get rid of aliases and compat 2016-12-20 14:17:22 +01:00
libnftnl.pc.in Add Requires.private field to libnftnl.pc 2019-07-05 20:27:45 +02:00
Make_global.am build: libnftnl 1.3.1 release 2025-12-03 12:00:25 +00:00
Makefile.am rename library to libnftnl 2014-01-20 10:43:45 +01:00