[ANNOUNCE] libnetfilter_cttimeout 1.0.0 release

Pablo Neira Ayuso pablo at netfilter.org
Sat May 26 20:03:17 CEST 2012


Hi!

The Netfilter project proudly presents:

        libnetfilter_cttimeout 1.0.0

libnetfilter_cttimeout is the userspace library that provides the
programming interface to the fine-grain connection tracking timeout
infrastructure. With this library, you can create, update and delete
timeout policies that can be attached to traffic flows. This library
is used by conntrack-tools.

To use this library, you require a Linux kernel >= 3.4.0.

See ChangeLog that comes attached to this email for more details.

You can download it from:

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

Have fun!
-------------- next part --------------
Jan Engelhardt (6):
      Add .gitignore
      const-ify static data objects
      Add stdint header and type corrections
      Properly NUL-terminate name in nfct_timeout_attr_set
      const-ify arguments of functions
      Add extern "C" guard for C++ compilation mode

Pablo Neira Ayuso (11):
      initial commit
      add README file
      This library is licensed under GPLv2+
      Merge branch 'master' of git://dev.medozas.de/libnetfilter_cttimeout
      add nfct_timeout_policy_attr_to_name(state_attr)
      don't add CTA_TIMEOUT_DATA nest if no policy attributes are present
      add missing ICMPv6 support
      src: improvements for the doxygen documentation
      src: add new parameter type to nfct_timeout_snprintf
      src: more minor improvements for the doxygen documentation
      build: fix broken Makefile.am in include/linux/


More information about the netfilter-announce mailing list