commit | b1641064a3f4a58644bc2e8edf40c025c58473b4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 30 21:48:24 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 19:27:24 2008 -0800 |
tree | 9f9121e3fa652601aad733034d12cadf46f8bae4 | |
parent | e242297055f906e8e225fb95a8edbc88e9052634 [diff] |
[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>