All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6 0/5]: NAT fixes
@ 2004-11-28 23:27 Patrick McHardy
  2004-11-29  3:42 ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick McHardy @ 2004-11-28 23:27 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist

Hi Dave,

the next 5 patches (against your 2.6.11 tree) fix DNAT on loopback and 
some issues
with locally generated ICMP errors for NATed packets.

You can pull all changes from bk://212.42.230.204/nf-2.6-nat

Patrick McHardy:
  o [NETFILTER]: Verify NAT manips have been applied before reversing 
them in icmp_reply_translation
  o [NETFILTER]: Apply PRE_ROUTING manips in LOCAL_OUT for locally 
generated icmp errors
  o [NETFILTER]: Save a level of indentation in icmp_reply_translation
  o [NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config option
  o [NETFILTER]: Release dst_entry in PRE_ROUTING after NAT


Regards
Patrick

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

* Re: [PATCH 2.6 0/5]: NAT fixes
  2004-11-28 23:27 [PATCH 2.6 0/5]: NAT fixes Patrick McHardy
@ 2004-11-29  3:42 ` David S. Miller
  2004-11-29  5:26   ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: David S. Miller @ 2004-11-29  3:42 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

On Mon, 29 Nov 2004 00:27:56 +0100
Patrick McHardy <kaber@trash.net> wrote:

> the next 5 patches (against your 2.6.11 tree) fix DNAT on loopback and 
> some issues
> with locally generated ICMP errors for NATed packets.

So this means it's OK to push this into 2.6.11 instead of trying
to slip it into 2.6.10?

It looks like there are not OOPS or crash fixes in here.
If there are, those would be 2.6.10 candidates.

Please advise.

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

* Re: [PATCH 2.6 0/5]: NAT fixes
  2004-11-29  3:42 ` David S. Miller
@ 2004-11-29  5:26   ` Patrick McHardy
  2004-11-29  6:30     ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick McHardy @ 2004-11-29  5:26 UTC (permalink / raw)
  To: David S. Miller; +Cc: netfilter-devel

David S. Miller wrote:

>On Mon, 29 Nov 2004 00:27:56 +0100
>Patrick McHardy <kaber@trash.net> wrote:
>
>  
>
>>the next 5 patches (against your 2.6.11 tree) fix DNAT on loopback and 
>>some issues
>>with locally generated ICMP errors for NATed packets.
>>    
>>
>
>So this means it's OK to push this into 2.6.11 instead of trying
>to slip it into 2.6.10?
>
>It looks like there are not OOPS or crash fixes in here.
>If there are, those would be 2.6.10 candidates.
>

I think they are more 2.6.11 candidates. I've tested them well, but
they don't fix any crashes.

All of the bugs they fix except for parts of the fifth patch (verify
manips have been applied before reversing them) have been there for
ages. The fifth patch fixes a bug (besides multiple others) recently
introduced by my patch "associate locally generated icmp errors with
conntrack of original packet" (ChangeSet@1.2083.2.1), some locally
generated broken ICMP messages (not broken by the patch) can't be
matched with "-m state --state INVALID" anymore. I don't think many
people actually do this, and the patch that introduced the bug still
fixes a different kind of broken ICMP errors.

So we have three options:
1. revert the patch that introduced the latest bug
2. live with the bug in 2.6.10 and put the patches in 2.6.11
3. have me double-check the fifth patch and put it in 2.6.10

I favour the second option, but if you disagree I'm also fine
with double-checking the fifth patch and putting it in 2.6.10.

Regards
Patrick

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

* Re: [PATCH 2.6 0/5]: NAT fixes
  2004-11-29  5:26   ` Patrick McHardy
@ 2004-11-29  6:30     ` David S. Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David S. Miller @ 2004-11-29  6:30 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

On Mon, 29 Nov 2004 06:26:35 +0100
Patrick McHardy <kaber@trash.net> wrote:

> So we have three options:
> 1. revert the patch that introduced the latest bug
> 2. live with the bug in 2.6.10 and put the patches in 2.6.11
> 3. have me double-check the fifth patch and put it in 2.6.10
> 
> I favour the second option, but if you disagree I'm also fine
> with double-checking the fifth patch and putting it in 2.6.10.

I think the second option works for me too.  I'll merge it into
my tree tomorrow.

Thanks Patrick.

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

end of thread, other threads:[~2004-11-29  6:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-28 23:27 [PATCH 2.6 0/5]: NAT fixes Patrick McHardy
2004-11-29  3:42 ` David S. Miller
2004-11-29  5:26   ` Patrick McHardy
2004-11-29  6:30     ` David S. Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.