nufw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nufw-devel] Re: [PATCH 2/3] [libnetfilter_conntrack] fixed duration con


From: Patrick McHardy
Subject: [Nufw-devel] Re: [PATCH 2/3] [libnetfilter_conntrack] fixed duration connection
Date: Sat, 08 Apr 2006 21:58:58 +0200
User-agent: Debian Thunderbird 1.0.7 (X11/20051019)

Eric Leblond wrote:
> Hi,
> 
> This patch add support for the IPS_FIXED_TIMEOUT state.
> 
> BR,
> --
> Regit
> 
> 
> ------------------------------------------------------------------------
> 
> Index: include/libnetfilter_conntrack/linux_nfnetlink_conntrack.h
> ===================================================================
> --- include/libnetfilter_conntrack/linux_nfnetlink_conntrack.h        
> (révision 6576)
> +++ include/libnetfilter_conntrack/linux_nfnetlink_conntrack.h        (copie 
> de travail)
> @@ -29,6 +29,7 @@
>       CTA_HELP,
>       CTA_NAT,
>       CTA_TIMEOUT,
> +     CTA_FIXED_TIMEOUT,
>       CTA_MARK,
>       CTA_COUNTERS_ORIG,
>       CTA_COUNTERS_REPLY,

I didn't see the patch adding support for this in the kernel. Since
there is no seperate fixed timeout anymore, this also looks obsolete.
The way I understood the kernel patch, you would just do two netlink
operations:

- set flag FIXED_TIMEOUT
- change timeout using CTA_TIMEOUT

Am I missing something?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]