]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IPCOMP]: Fix reception of incompressible packets
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 31 Jan 2008 05:48:24 +0000 (21:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:24 +0000 (19:27 -0800)
commitb1641064a3f4a58644bc2e8edf40c025c58473b4
tree9f9121e3fa652601aad733034d12cadf46f8bae4
parente242297055f906e8e225fb95a8edbc88e9052634
[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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/xfrm4_tunnel.c