Commit 2a51ff29 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't perform triggered updates in update_neighbour.

This is more taken care of in update_neighbour_metric.
parent d1e70dc1
......@@ -192,7 +192,6 @@ update_neighbour(struct neighbour *neigh, int hello, int hello_interval)
if((a == 0xC000 && b == 0) || (a == 0 && b == 0x3000)) {
/* Reachability is either 1100 or 0011 */
send_self_update(neigh->network, 0);
send_neighbour_update(neigh, NULL);
}
}
......
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