From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [NETFILTER 02/05]: Fix routing of REJECT target generated packets in output chain Date: Thu, 04 Jan 2007 12:15:46 -0800 (PST) Message-ID: <20070104.121546.09951223.davem@davemloft.net> References: <20070104183820.18369.3658.sendpatchset@localhost.localdomain> <20070104183823.18369.30449.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: kaber@trash.net In-Reply-To: <20070104183823.18369.30449.sendpatchset@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org From: Patrick McHardy Date: Thu, 4 Jan 2007 19:38:23 +0100 (MET) > [NETFILTER]: Fix routing of REJECT target generated packets in output chain > > Packets generated by the REJECT target in the output chain have a local > destination address and a foreign source address. Make sure not to use > the foreign source address for the output route lookup. > > Signed-off-by: Patrick McHardy Applied.