X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f09bb64b852043292377203fcdeef18defe240de..2e60fe3cfd5cf5305888fcca0ae19700d808bb23:/src/kernel/routing/ClusterZone.cpp diff --git a/src/kernel/routing/ClusterZone.cpp b/src/kernel/routing/ClusterZone.cpp index 860786e77c..21c4b65647 100644 --- a/src/kernel/routing/ClusterZone.cpp +++ b/src/kernel/routing/ClusterZone.cpp @@ -62,9 +62,9 @@ void ClusterZone::get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArg } if (not dst->is_router()) { // No specific link for router - std::pair info = private_links_.at(node_pos_with_loopback_limiter(dst->id())); + if (info.second) { // link down route->link_list.push_back(info.second); if (lat)