nufw-devel
[Top][All Lists]
Advanced

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

[Nufw-devel] Re: [PATCH 1/3] [kernel patch] fixed duration connection


From: Patrick McHardy
Subject: [Nufw-devel] Re: [PATCH 1/3] [kernel patch] fixed duration connection
Date: Sat, 22 Apr 2006 02:02:44 +0200
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

Eric Leblond wrote:
> Le vendredi 21 avril 2006 à 04:30 +0200, Patrick McHardy a écrit :
> 
>>Eric Leblond wrote:
>>Thanks. Now all I need is a Signed-off-by: line :)
>>Please send one for your ctnetlink fix as well.
> 
> 
> I attach it to the mail and I hope this is ok. I stupidly did not manage
> to get an autmotic way to add the Signed-off-by ...

Applied, thanks. Both your patches had whitespace damage I
had to fix up manually though. Please try to avoid this
in the future.

(Stripping trailing CRs from patch.)
patching file include/linux/netfilter/nf_conntrack_common.h
(Stripping trailing CRs from patch.)
patching file net/ipv4/netfilter/ip_conntrack_core.c
(Stripping trailing CRs from patch.)
patching file net/netfilter/nf_conntrack_core.c

+    /* Connection has fixed timeout. */
^^^^ should be tab
+       IPS_FIXED_TIMEOUT_BIT = 10,

+       if (test_bit(IPS_FIXED_TIMEOUT_BIT, &ct->status)){
                                                         ^ missing space





reply via email to

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