Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757155AbXIRCU4 (ORCPT ); Mon, 17 Sep 2007 22:20:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755412AbXIRCUr (ORCPT ); Mon, 17 Sep 2007 22:20:47 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38461 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754299AbXIRCUq (ORCPT ); Mon, 17 Sep 2007 22:20:46 -0400 Date: Mon, 17 Sep 2007 19:20:44 -0700 (PDT) Message-Id: <20070917.192044.48396034.davem@davemloft.net> To: ytht.net@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.6.22.6 NETWORKING [IPV4]: Always use source addr in skb to reply packet From: David Miller In-Reply-To: <20070918021617.GA15540@router.lepton.home> References: <20070918021617.GA15540@router.lepton.home> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 23 From: lepton Date: Tue, 18 Sep 2007 10:16:17 +0800 > Hi, > In some situation, icmp_reply and ip_send_reply will send > out packet with the wrong source addr, the following patch > will fix this. > > I don't understand why we must use rt->rt_src in the current > code, if this is a wrong fix, please correct me. > > Signed-off-by: Lepton Wu That the address is wrong is your opinion only :-) Source address selection is a rather complex topic, and here we are definitely purposefully using the source address selected by the routing lookup for the reply. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/