libnfnetlink 1.0.0 released
[Posted June 22, 2009 by cook]
| From: |
| Pablo Neira Ayuso <pablo-AT-netfilter.org> |
| To: |
| netfilter-AT-vger.kernel.org |
| Subject: |
| [ANNOUNCE] libnfnetlink 1.0.0 release |
| Date: |
| Mon, 22 Jun 2009 20:08:38 +0200 |
| Message-ID: |
| <4A3FC8A6.4050904@netfilter.org> |
| Cc: |
| netfilter-announce-AT-lists.netfilter.org,
netfilter-devel-AT-vger.kernel.org, lwn-AT-lwn.net |
| Archive‑link: | |
Article |
Hi!
The Netfilter project presents:
* libnfnetlink-1.0.0
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.
See ChangeLog (file attached) for more details on this release. You can
download it from:
http://www.netfilter.org/projects/libnfnetlink/downloads....
ftp://ftp.netfilter.org/pub/libnfnetlink/
Happy firewalling,
Pablo (on behalf of the Netfilter Core Team)
Pablo Neira Ayuso (5):
rtnl: fix wrong netlink group bindings in the interface API
nfnl: add nfnl_portid() to get the Netlink portID of a socket
include: add recently added Netlink socket options
nfnl: add nfnl_addattr8() function
nfnl: release libnfnetlink 1.0 version