Re: ipcomp regression in 2.6.24
From: David Miller <davem@davemloft.net>
Date: 2008-01-31 05:48:28
From: David Miller <davem@davemloft.net>
Date: 2008-01-31 05:48:28
From: Herbert Xu <herbert@gondor.apana.org.au> 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 <herbert@gondor.apana.org.au>
Applied, thanks!