diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-04 21:19:36 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-04 21:19:36 +0200 |
commit | ce8f0c083a5f46e001dff759e924910c415cfb48 (patch) | |
tree | e821dab62f7d57acb1b87454d8a6edb948d51bde /proto/ospf/lsupd.c | |
parent | f7667ba1c4c7a35266ae5018b059a14a01f7f907 (diff) | |
download | bird-ce8f0c083a5f46e001dff759e924910c415cfb48.tar bird-ce8f0c083a5f46e001dff759e924910c415cfb48.zip |
Schedule RT calcualtion if you delete LSA by premature aging.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 1 |
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; } |