summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-04 21:19:36 +0200
committerOndrej Filip <feela@network.cz>2000-06-04 21:19:36 +0200
commitce8f0c083a5f46e001dff759e924910c415cfb48 (patch)
treee821dab62f7d57acb1b87454d8a6edb948d51bde
parentf7667ba1c4c7a35266ae5018b059a14a01f7f907 (diff)
downloadbird-ce8f0c083a5f46e001dff759e924910c415cfb48.tar
bird-ce8f0c083a5f46e001dff759e924910c415cfb48.zip
Schedule RT calcualtion if you delete LSA by premature aging.
-rw-r--r--proto/ospf/lsupd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index 4c52d9c..90a7b7d 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -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;
}