mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-12 01:18:46 +00:00
Schedule RT calcualtion if you delete LSA by premature aging.
This commit is contained in:
parent
f7667ba1c4
commit
ce8f0c083a
@ -412,6 +412,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
|||||||
&&lsadb&&can_flush_lsa(oa))
|
&&lsadb&&can_flush_lsa(oa))
|
||||||
{
|
{
|
||||||
flush_lsa(lsadb,oa);
|
flush_lsa(lsadb,oa);
|
||||||
|
schedule_rtcalc(oa);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user