From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272328AbTGYUoZ (ORCPT ); Fri, 25 Jul 2003 16:44:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272364AbTGYUoK (ORCPT ); Fri, 25 Jul 2003 16:44:10 -0400 Received: from coruscant.franken.de ([193.174.159.226]:56466 "EHLO coruscant.gnumonks.org") by vger.kernel.org with ESMTP id S272328AbTGYUkM (ORCPT ); Fri, 25 Jul 2003 16:40:12 -0400 Date: Fri, 25 Jul 2003 22:52:42 +0200 From: Harald Welte To: David Miller Cc: Netfilter Development Mailinglist , Linux Kernel Mailinglist Subject: Update: [PATCH 2.6] iptables MIRROR target fixes Message-ID: <20030725205242.GH3244@sunbeam.de.gnumonks.org> Mail-Followup-To: Harald Welte , David Miller , Netfilter Development Mailinglist , Linux Kernel Mailinglist References: <20030719142648.GS32475@sunbeam.de.gnumonks.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="j+wdmHMkwJXioevW" Content-Disposition: inline In-Reply-To: <20030719142648.GS32475@sunbeam.de.gnumonks.org> X-Operating-system: Linux sunbeam 2.6.0-test1-nftest X-Date: Today is Prickle-Prickle, the 53rd day of Confusion in the YOLD 3169 User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --j+wdmHMkwJXioevW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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); =20 return NF_DROP; } [now really off for OLS]. --=20 - Harald Welte http://www.netfilter.org/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D "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 --j+wdmHMkwJXioevW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/IZiaXaXGVTD0i/8RAsSfAKCwnAi7hjGdnMvFPmxMxxVADPJf2gCbBhQx nRwizN451JpEO47HmtmD0BM= =gAIv -----END PGP SIGNATURE----- --j+wdmHMkwJXioevW--