mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
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).
This commit is contained in:
parent
24cd435b1a
commit
5376b5efb2
@ -2677,6 +2677,10 @@ ospf_lsa_maxage_walker (struct thread *thread)
|
|||||||
LSDB_LOOP (OPAQUE_AS_LSDB (ospf), rn, lsa)
|
LSDB_LOOP (OPAQUE_AS_LSDB (ospf), rn, lsa)
|
||||||
ospf_lsa_maxage_walker_remover (ospf, lsa);
|
ospf_lsa_maxage_walker_remover (ospf, lsa);
|
||||||
#endif /* HAVE_OPAQUE_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,
|
OSPF_TIMER_ON (ospf->t_maxage_walker, ospf_lsa_maxage_walker,
|
||||||
|
Loading…
Reference in New Issue
Block a user