]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Reverting the NSSA maxage walker loop addition for now, until all the other
authorpaul <paul>
Tue, 6 May 2003 23:38:23 +0000 (23:38 +0000)
committerpaul <paul>
Tue, 6 May 2003 23:38:23 +0000 (23:38 +0000)
problems with NSSA are resolved, and we can determine whether this had any
point.

ospfd/ospf_lsa.c

index 1d2962c6b59ee3b12c3e9b79e6228ac8d384fe9c..0d1485b48cea2f42fdc032af4455eb6ef37e125c 100644 (file)
@@ -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,