mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Schedule RT calcualtion if you delete LSA by premature aging.
This commit is contained in:
@ -412,6 +412,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
||||
&&lsadb&&can_flush_lsa(oa))
|
||||
{
|
||||
flush_lsa(lsadb,oa);
|
||||
schedule_rtcalc(oa);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user