David Miller wrote:
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Wed, 19 Dec 2007 14:12:10 +0800
[IPSEC]: Do xfrm_state_check_space before encapsulation
While merging the IPsec output path I moved the encapsulation output
operation to the top of the loop so that it sits outside of the
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Wed, 19 Dec 2007 14:12:10 +0800
> [IPSEC]: Do xfrm_state_check_space before encapsulation
>
> While merging the IPsec output path I moved the encapsulation output
> operation to the top of the loop so that it sits outside of th
11:31:44 hawaii kernel: xfrm6_tunnel_output: data=f7505020
Sorry I introduced this bug when I moved the encapsulation output
function to the top of the loop. Here's the fix.
[IPSEC]: Do xfrm_state_check_space before encapsulation
While merging the IPsec output path I moved the encapsulation