Message ID | 1343750695-28063-20-git-send-email-alexne@mellanox.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
diff --git a/opensm/osm_ucast_cache.c b/opensm/osm_ucast_cache.c index fc28be7..f0b2346 100644 --- a/opensm/osm_ucast_cache.c +++ b/opensm/osm_ucast_cache.c @@ -325,6 +325,8 @@ cache_restore_ucast_info(osm_ucast_mgr_t * p_mgr, free(p_sw->hops); p_sw->hops = p_cache_sw->hops; p_cache_sw->hops = NULL; + + p_sw->need_update = 2; } static void ucast_cache_dump(osm_ucast_mgr_t * p_mgr)