tw_error(TW_LOC,"ROUTING TO SPINE NOT SUPPORTED\n");//TODO when picking intm_rtr_id at the origin leaf, we need to pick a spine router that has a direct connection to our group!
// if (specific_router_type == SPINE)
// tw_error(TW_LOC, "ROUTING TO SPINE NOT SUPPORTED\n"); //TODO when picking intm_rtr_id at the origin leaf, we need to pick a spine router that has a direct connection to our group!
tw_error(TW_LOC,"Something went wrong when trying to send to a spine with connection to spec group\n");
if(specific_router_type==SPINE){//then its not good enough to just send to a spine with a connection to the group, it has to go to a spine that has a direct conn to the spec router id
if(connecting_conns_to_spec.size()>0){//then poss_next_spine is a valid next stop, add my connections to it as possible next stops
possible_next_conns.push_back(poss_next_spine);
}
}
// if (specific_router_type == SPINE) { //then its not good enough to just send to a spine with a connection to the group, it has to go to a spine that has a direct conn to the spec router id
// for(int i = 0; i < possible_next_conns_to_group.size(); i++)