From f533cfb9c7a32bef8b88850f12df09c05cbd7319 Mon Sep 17 00:00:00 2001 From: Masafumi Aramoto Date: Sun, 29 Jul 2007 14:18:37 +0900 Subject: [PATCH] [BUGFIX]:For MN-MN communication, not to overwrite the policy at receiving BA. --- src/xfrm.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/xfrm.c b/src/xfrm.c index d7284d5..5551de7 100644 --- a/src/xfrm.c +++ b/src/xfrm.c @@ -1755,6 +1755,8 @@ int xfrm_post_ba_mod_bule(struct bulentr return -1; } bcache_release_entry(bce); + /* return 0: not to overwrite policy (for MN-MN communication) */ + return 0; } } prio = (bule->flags & IP6_MH_BU_HOME ? -- 1.4.3.GIT