Commit 32af755e authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send multihop requests for blackhole routes too.

parent 3a5ae8ee
......@@ -100,8 +100,9 @@ flush_route(struct route *route)
dest->seqno = (dest->seqno + 1) & 0xFF;
}
send_update(route->dest, NULL);
send_request(NULL, route->dest, max_hopcount, -1);
}
if(!new_route || new_route->metric >= INFINITY)
send_request(NULL, route->dest, max_hopcount, -1);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment