Displaying 2 results from an estimated 2 matches for "nftnl_expr_fprintf".
2018 Jan 02
0
[ANNOUNCE] libnftnl 1.0.9 release
...tnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem. The
library libnftnl has been previously known as libnftables. This library
is currently used by the nft command line tool.
This release includes mostly bug fixes plus one new
nftnl_expr_fprintf() function.
You can download this library from:
http://www.netfilter.org/projects/libnftnl/downloads.html
ftp://ftp.netfilter.org/pub/libnftnl/
Thanks!
-------------- next part --------------
Armin K (1):
src: Fix exporting symbols with clang
Harsha Sharma (1):
tests: change char *...
2018 Jan 16
0
[ANNOUNCE] nftables 0.8.1 release
...recate "flow table" syntax, replace it by "meter"
parser_bison: dismiss anonymous meters
parser_bison: no need for 'name' token for meters
include: refresh nf_tables.h cached copy
build: Bump version to v0.8.1
Phil Sutter (19):
netlink: Use nftnl_expr_fprintf() in netlink_dump_expr()
main: Fix for wrong argument passed to cache_release in nft_ctx_free
libnftables: Move library stuff out of main.c
libnftables: Introduce nft_ctx_flush_cache()
cli: Use nft_run_cmd_from_buffer()
libnftables: Introduce getters and setters for ev...