netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] conntrack-tools 1.4.1 release
@ 2013-03-03 22:10 Pablo Neira Ayuso
  2013-03-04 13:01 ` Gustavo Zacarias
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Neira Ayuso @ 2013-03-03 22:10 UTC (permalink / raw)
  To: netfilter-devel; +Cc: netdev, netfilter, netfilter-announce, lwn

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hi!

The Netfilter project proudly presents:

        conntrack-tools 1.4.1

The conntrack-tools are the userspace command line interface
`conntrack' and the userspace daemon `conntrackd'. The conntrack
utility replaces the old /proc/net/nf_conntrack interface. With
conntrack, you can dump, modify and delete entries from the connection
tracking state table from userspace. On the other hand, conntrackd
allows you to deploy highly available stateful firewall clusters and
to run connection tracking helpers from user-space.

More information in the official manual at:
http://conntrack-tools.netfilter.org/manual.html

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

You can download it from:

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

Have fun!


[-- Attachment #2: changes-conntrack-tools-1.4.1.txt --]
[-- Type: text/plain, Size: 208 bytes --]

Pablo Neira Ayuso (3):
      conntrackd: fix deadlock due to wrong nested signal blocking
      conntrack: add support to dump the dying and unconfirmed list via ctnetlink
      build: bump version to 1.4.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] conntrack-tools 1.4.1 release
  2013-03-03 22:10 [ANNOUNCE] conntrack-tools 1.4.1 release Pablo Neira Ayuso
@ 2013-03-04 13:01 ` Gustavo Zacarias
  2013-03-04 13:36   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Zacarias @ 2013-03-04 13:01 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

On 03/03/2013 07:10 PM, Pablo Neira Ayuso wrote:

> Hi!
> 
> The Netfilter project proudly presents:
> 
>         conntrack-tools 1.4.1
> 
> The conntrack-tools are the userspace command line interface
> `conntrack' and the userspace daemon `conntrackd'. The conntrack
> utility replaces the old /proc/net/nf_conntrack interface. With
> conntrack, you can dump, modify and delete entries from the connection
> tracking state table from userspace. On the other hand, conntrackd
> allows you to deploy highly available stateful firewall clusters and
> to run connection tracking helpers from user-space.
> 
> More information in the official manual at:
> http://conntrack-tools.netfilter.org/manual.html
> 
> See ChangeLog that comes attached to this email for more details.
> 
> You can download it from:
> 
> http://www.netfilter.org/projects/nfacct/downloads.html
> ftp://ftp.netfilter.org/pub/nfacct/
> 
> Have fun!

Hi.
There's a little snafu at the moment, it won't build with the current
release version of libnetfilter_conntrack:

******
conntrack.c: In function 'main':
conntrack.c:2005:10: error: 'IPCTNL_MSG_CT_GET_DYING' undeclared (first
use in this function)
conntrack.c:2005:10: note: each undeclared identifier is reported only
once for each function it appears in
conntrack.c:2015:10: error: 'IPCTNL_MSG_CT_GET_UNCONFIRMED' undeclared
(first use in this function)
******

Fixed by http://patchwork.ozlabs.org/patch/202813/ but there's no new
release with the patch applied yet.
Maybe patch configure.ac to check for the new version when it's released?
Regards.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] conntrack-tools 1.4.1 release
  2013-03-04 13:01 ` Gustavo Zacarias
@ 2013-03-04 13:36   ` Pablo Neira Ayuso
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2013-03-04 13:36 UTC (permalink / raw)
  To: Gustavo Zacarias; +Cc: netfilter-devel

On Mon, Mar 04, 2013 at 10:01:50AM -0300, Gustavo Zacarias wrote:
> On 03/03/2013 07:10 PM, Pablo Neira Ayuso wrote:
> 
> > Hi!
> > 
> > The Netfilter project proudly presents:
> > 
> >         conntrack-tools 1.4.1
> > 
> > The conntrack-tools are the userspace command line interface
> > `conntrack' and the userspace daemon `conntrackd'. The conntrack
> > utility replaces the old /proc/net/nf_conntrack interface. With
> > conntrack, you can dump, modify and delete entries from the connection
> > tracking state table from userspace. On the other hand, conntrackd
> > allows you to deploy highly available stateful firewall clusters and
> > to run connection tracking helpers from user-space.
> > 
> > More information in the official manual at:
> > http://conntrack-tools.netfilter.org/manual.html
> > 
> > See ChangeLog that comes attached to this email for more details.
> > 
> > You can download it from:
> > 
> > http://www.netfilter.org/projects/nfacct/downloads.html
> > ftp://ftp.netfilter.org/pub/nfacct/
> > 
> > Have fun!
> 
> Hi.
> There's a little snafu at the moment, it won't build with the current
> release version of libnetfilter_conntrack:
> 
> ******
> conntrack.c: In function 'main':
> conntrack.c:2005:10: error: 'IPCTNL_MSG_CT_GET_DYING' undeclared (first
> use in this function)
> conntrack.c:2005:10: note: each undeclared identifier is reported only
> once for each function it appears in
> conntrack.c:2015:10: error: 'IPCTNL_MSG_CT_GET_UNCONFIRMED' undeclared
> (first use in this function)
> ******

My fault, sorry.

> Fixed by http://patchwork.ozlabs.org/patch/202813/ but there's no new
> release with the patch applied yet.
> Maybe patch configure.ac to check for the new version when it's released?

I'll release libnetfilter_conntrack to fix this asap.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-04 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 22:10 [ANNOUNCE] conntrack-tools 1.4.1 release Pablo Neira Ayuso
2013-03-04 13:01 ` Gustavo Zacarias
2013-03-04 13:36   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).