diff options
author | paul <paul> | 2003-05-06 23:38:23 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-06 23:38:23 +0000 |
commit | ccd57affea4f10d2228612f702b4acb0fd974cbc (patch) | |
tree | 4476005d79f636550e826773a58a2784cdcf5b99 /ospfd | |
parent | 5376b5efb22ad22d893498bd9d9aa8ef2f4a78d3 (diff) |
Reverting the NSSA maxage walker loop addition for now, until all the other
problems with NSSA are resolved, and we can determine whether this had any
point.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_lsa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 1d2962c6..0d1485b4 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2677,10 +2677,6 @@ 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, |