Re: [PATCH 7/24] [IPSEC]: Set dst->input to dst_discard

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:23 +0800 > [IPSEC]: Set dst->input to dst_discard > > The input function should never be invoked on IPsec dst objects. This is > because we don't apply IPsec on input until after we've made the routing > decision. > > Signed-off-

[PATCH 7/24] [IPSEC]: Set dst->input to dst_discard

2007-11-07 Thread Herbert Xu
[IPSEC]: Set dst->input to dst_discard The input function should never be invoked on IPsec dst objects. This is because we don't apply IPsec on input until after we've made the routing decision. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- net/ipv4/xfrm4_policy.c |3 ++- net/ipv6/xfrm