search for: nftnl_

Displaying 5 results from an estimated 5 matches for "nftnl_".

2015 Sep 16
1
[ANNOUNCE] libnftnl 1.0.4 release
...subsystem. The library libnftnl has been previously known as libnftables. This library is currently used by the nft command line tool. This release comes with new features available up to 4.2, see ChangeLog for more details. In this release, we have renamed most of the library symbols to use the nftnl_ prefix while keeping aliases to the old ones. We would like to reserve the nft_ prefix for our higher level library which should land anytime soon. We have kept aliases around to reduce the impact of this changes, but they will be deprecated soon. Sorry for the inconvenience in any case. You can d...
2016 Dec 19
0
[ANNOUNCE] libnftnl 1.0.7 release
...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 the following list of updates: * New nftnl_rule_cmp() interface to compare rules. * Support for new kernel expressions: - Number Generator (a.k.a. numgen). - Routing (a.k.a. rt). - Range. - Inverted set lookups. - Inverted dynamic set updates (ie. rule mismatch on full sets). - Packet quota. - Hash. - Forward Information Base lookup...
2020 Apr 01
0
[ANNOUNCE] libnftnl 1.1.6 release
...ink attributes. bitwise: add support for left- and right-shifts. tests: bitwise: fix error message. include: update nf_tables.h. bitwise: add support for passing mask and xor via registers. Pablo Neira Ayuso (12): include: typo in object.h C++ wrapper udata: add NFTNL_UDATA_SET_*TYPEOF* definitions udata: support for TLV attribute nesting src: add nftnl_*_{get,set}_array() chain: add NFTNL_CHAIN_FLAGS set_elem: missing set and build for NFTNL_SET_ELEM_EXPR set: support for NFTNL_SET_EXPR expr: masq: revisit _snprintf() ex...
2019 Aug 19
1
[ANNOUNCE] libnftnl 1.1.4 release
Hi! The Netfilter project proudly presents: libnftnl 1.1.4 libnftnl 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 nftables. See ChangeLog that comes attached to this email for more details. You can download it from:
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...segtree: don't check for overlaps if set definition is empty tests: shell: cover transactions via nft -f using flat syntax datatype: time_type should send milliseconds to userspace parser_bison: restore parsing of dynamic set element updates netlink_linearize: skip NFTNL_EXPR_DYNSET_TIMEOUT attribute if timeout is unset include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.h src: add xt compat support parser_bison: fix typo in symbol redefinition error reporting tests: shell: make sure split table definition works via nft -f...