commit | 0883ae0e5599656b5f3b0e9ce474e01dee7dfee4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Dec 30 21:10:14 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:00:10 2008 -0800 |
tree | ce21b9b78418aca9caf5cbc709de523c953a2db2 | |
parent | fcb8c156c8277ee9d71c8c81587d494c9c5240b3 [diff] |
[IPSEC]: Fix transport-mode async resume on intput without netfilter When netfilter is off the transport-mode async resumption doesn't work because we don't push back the IP header. This patch fixes that by moving most of the code outside of ifdef NETFILTER since the only part that's not common is the short-circuit in the protocol handler. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>