linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Update: [PATCH 2.6] iptables MIRROR target fixes
       [not found] <20030719142648.GS32475@sunbeam.de.gnumonks.org>
@ 2003-07-25 20:52 ` Harald Welte
  2003-07-25 22:22   ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Welte @ 2003-07-25 20:52 UTC (permalink / raw)
  To: David Miller; +Cc: Netfilter Development Mailinglist, Linux Kernel Mailinglist

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

Hi again, Dave!

On Sat, Jul 19, 2003 at 04:26:48PM +0200, Harald Welte wrote:

> This is the first of my 2.6 merge of the recent bugfixes (all tested
> against 2.6.0-test1).  You might need to apply them incrementally
> (didn't test it in a different order).

Unfortunately I introduced a typo during the merge (which in turn
introduced a new bug).

Please incrementially apply the following patch, thanks.


--- linux-2.6.0-test1-nftest5/net/ipv4/netfilter/ipt_MIRROR.c	2003-07-19 16:13:56.000000000 +0200
+++ linux-2.6.0-test1-nftest6/net/ipv4/netfilter/ipt_MIRROR.c	2003-07-19 17:35:23.000000000 +0200
@@ -173,7 +173,7 @@
 	/* Don't let conntrack code see this packet:
 	 * it will think we are starting a new
 	 * connection! --RR */
-	ip_direct_send(*pskb);
+	ip_direct_send(nskb);
 
 	return NF_DROP;
 }

[now really off for OLS].

-- 
- Harald Welte <laforge@netfilter.org>             http://www.netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Update: [PATCH 2.6] iptables MIRROR target fixes
  2003-07-25 20:52 ` Update: [PATCH 2.6] iptables MIRROR target fixes Harald Welte
@ 2003-07-25 22:22   ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-07-25 22:22 UTC (permalink / raw)
  To: Harald Welte; +Cc: netfilter-devel, linux-kernel

On Fri, 25 Jul 2003 22:52:42 +0200
Harald Welte <laforge@netfilter.org> wrote:

> On Sat, Jul 19, 2003 at 04:26:48PM +0200, Harald Welte wrote:
> 
> > This is the first of my 2.6 merge of the recent bugfixes (all tested
> > against 2.6.0-test1).  You might need to apply them incrementally
> > (didn't test it in a different order).
> 
> Unfortunately I introduced a typo during the merge (which in turn
> introduced a new bug).
> 
> Please incrementially apply the following patch, thanks.

All 2.6.x netfilter patches applied, thanks.

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

end of thread, other threads:[~2003-07-25 22:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030719142648.GS32475@sunbeam.de.gnumonks.org>
2003-07-25 20:52 ` Update: [PATCH 2.6] iptables MIRROR target fixes Harald Welte
2003-07-25 22:22   ` David S. Miller

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).