Pablo Neira Ayuso | 14 Jan 2009 11:56
Favicon

libnfnetlink 0.0.40 release

Hi!

The netfilter project proudly presents:

  * libnfnetlink-0.0.40

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.

This release includes a couple of updates for the interface2index
infrastructure one bugfix. See ChangeLog for more details.

You can download it from:

http://www.netfilter.org/projects/libnfnetlink/downloads.html
ftp://ftp.netfilter.org/pub/libnfnetlink/

Enjoy,
Pablo - on behalf of the Netfilter Project.

--

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers
Eric Leblond (1):
      Suppress iftable_up function which is not used.

(Continue reading)

Pablo Neira Ayuso | 25 Jan 2009 22:05
Favicon

conntrack-tools 0.9.10 released

Hi!

The netfilter project presents another development release of the
conntrack-tools. As usual, this release includes important fixes,
improvements and new features, mainly:

= command line interface: conntrack =

*  New option `-C': you can use it to display the number of entries in
the conntrack and expectation tables.

= userspace daemon: conntrackd =

* Internal performance improvements: important rework of the
hashtable/caching/queueing infrastructure; single output path for state
transmissions; improved event-driven architecture. See ChangeLog
attached for more details.

* Support for multi-dedicated links: you can define a pool of dedicated
links, ie. if the current dedicated link fails, another available in the
pool is selected to propagate state-changes. See the example files under
doc/ for more information.

* Extended statistics information: you can display networking, caching,
runtime and queueing statistics with `conntrackd -s [type]'. See the
manpage for more information on the statistics types.

* Polling (or batch-based) synchronization: you can configure the daemon
to send batches periodically instead of the soft real-time state
synchronization. This allows you to set up a relaxed replication while
(Continue reading)


Gmane