From: Shinta Sugimoto <[EMAIL PROTECTED]> Date: Thu, 08 Feb 2007 12:09:29 +0900
> The patch set consists of following 5 patches: > > [PATCH (1/5)] [XFRM]: Extension for dynamic update of endpoint address(es) > [PATCH (2/5)] [XFRM]: User interface for handling XFRM_MSG_MIGRATE > [PATCH (3/5)] [XFRM]: CONFIG_XFRM_MIGRATE option > [PATCH (4/5)] [PFKEYV2]: Extension for dynamic update of endpoint address(es) > [PATCH (5/5)] [PFKEYV2]: CONFIG_NET_KEY_MIGRATE option > > And it can also be fetched by git from following repository with > branch name "migrate-take3". Patch applied, but I had to add the following bug fix in order to fix xfrm_user and af_key when built as modules. commit e610e679dd0057403c96cd31f8739792780732ee Author: David S. Miller <[EMAIL PROTECTED]> Date: Thu Feb 8 13:29:15 2007 -0800 [XFRM]: xfrm_migrate() needs exporting to modules. Needed by xfrm_user and af_key. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 825c60a..fa7ce06 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -2464,5 +2464,6 @@ restore_state: return err; } +EXPORT_SYMBOL(xfrm_migrate); #endif - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html