Re: (usagi-core 34069) Re: [IPSEC]: Do xfrm_state_check_space before encapsulation

2007-12-19 Thread Kazunori MIAZAWA
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

Re: [IPSEC]: Do xfrm_state_check_space before encapsulation

2007-12-18 Thread David Miller
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

[IPSEC]: Do xfrm_state_check_space before encapsulation

2007-12-18 Thread Herbert Xu
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