From ce8f0c083a5f46e001dff759e924910c415cfb48 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 4 Jun 2000 19:19:36 +0000 Subject: Schedule RT calcualtion if you delete LSA by premature aging. --- proto/ospf/lsupd.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3