From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH ] net: raw: do not report ICMP redirects to user space Date: Tue, 24 Sep 2013 10:17:09 -0400 (EDT) Message-ID: <20130924.101709.2136698097845364291.davem@davemloft.net> References: <523C21A5.4050504@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: duanj.fnst@cn.fujitsu.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:53683 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753906Ab3IXORL (ORCPT ); Tue, 24 Sep 2013 10:17:11 -0400 In-Reply-To: <523C21A5.4050504@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Duan Jiong Date: Fri, 20 Sep 2013 18:21:25 +0800 > From: Duan Jiong > > Redirect isn't an error condition, it should leave > the error handler without touching the socket. > > Signed-off-by: Duan Jiong Applied.