From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: ipcomp regression in 2.6.24 Date: Wed, 30 Jan 2008 21:48:48 -0800 (PST) Message-ID: <20080130.214848.193710194.davem@davemloft.net> References: <20080131053221.GA4739@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pupilla@hotmail.com, Daniel.Beschorner@facton.com, netdev@vger.kernel.org To: herbert@gondor.apana.org.au Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48848 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750783AbYAaFs2 (ORCPT ); Thu, 31 Jan 2008 00:48:28 -0500 In-Reply-To: <20080131053221.GA4739@gondor.apana.org.au> Sender: netdev-owner@vger.kernel.org List-ID: From: Herbert Xu Date: Thu, 31 Jan 2008 16:32:21 +1100 > [IPCOMP]: Fix reception of incompressible packets > > I made a silly typo by entering IPPROTO_IP (== 0) instead of > IPPROTO_IPIP (== 4). This broke the reception of incompressible > packets. > > Signed-off-by: Herbert Xu Applied, thanks!