mirror of
git://git.netfilter.org/libnftnl
synced 2026-03-07 04:02:57 +00:00
No description
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> |
||
|---|---|---|
| examples | ||
| include | ||
| m4 | ||
| src | ||
| tests | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| doxygen.cfg.in | ||
| libnftnl.pc.in | ||
| Make_global.am | ||
| Makefile.am | ||