Re: [IPSEC] Merge xfrm4_bundle_ok/xfrm6_bundle_ok/stale_bundle
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-02-15 22:17:43
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-02-15 22:17:43
On Sat, 29 Jan 2005 23:38:03 +1100 Herbert Xu [off-list ref] wrote:
This patch merges __xfrm4_bundle_ok/__xfrm6_bundle_ok/stale_bundle so that when I add MTU verification code I don't have to put it in three places. It also moves the tests on dst->dev and dst->obsolete outside the loop since the former is identical throughout the bundle and the latter can only be positive on the final element which also happens to be dst->path. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Applied to my 2.6.12-pending tree. Thanks a lot.