From: paul Date: Tue, 6 May 2003 23:31:38 +0000 (+0000) Subject: NSSA /might/ be missing this. I'm not sure. X-Git-Tag: frr-2.0-rc1~4079 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5376b5efb22ad22d893498bd9d9aa8ef2f4a78d3;p=mirror%2Ffrr.git NSSA /might/ be missing this. I'm not sure. It didnt solve a particular problem of Hasso's, but i'm committing it just for posterities sakes, so i dont lose it (i'll revert it immediately). --- diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 0d1485b48c..1d2962c6b5 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2677,6 +2677,10 @@ ospf_lsa_maxage_walker (struct thread *thread) LSDB_LOOP (OPAQUE_AS_LSDB (ospf), rn, lsa) ospf_lsa_maxage_walker_remover (ospf, lsa); #endif /* HAVE_OPAQUE_LSA */ +#ifdef HAVE_NSSA + LSDB_LOOP (NSSA_LSDB (ospf), rn, lsa) + ospf_lsa_maxage_walker_remover (ospf, lsa); +#endif /* HAVE_NSSA */ } OSPF_TIMER_ON (ospf->t_maxage_walker, ospf_lsa_maxage_walker,