Schedule RT calcualtion if you delete LSA by premature aging.
This commit is contained in:
parent
f7667ba1c4
commit
ce8f0c083a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue