Hi!
The Netfilter project proudly presents:
libnftnl 1.3.1
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 meta ibrhwaddr support
- fix for NFTA_DEVICE_PREFIX with asterisk at the end of the string
- new NFTNL_UDATA_TABLE_NFT{VER,BLD} to store build information in userdata
- complete tunnel options support
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 (2):
tunnel: add support to geneve options
expr: meta: introduce ibrhwaddr meta expression
Pablo Neira Ayuso (2):
tunnel: rework options
build: libnftnl 1.3.1 release
Phil Sutter (4):
udata: Introduce NFTNL_UDATA_TABLE_NFT{VER,BLD}
utils: Add helpers for interface name wildcards
utils: Drop asterisk from end of NFTA_DEVICE_PREFIX strings
utils: Introduce nftnl_parse_str_attr()