From: Ondrej Filip Date: Fri, 2 Jun 2000 12:34:28 +0000 (+0000) Subject: Better LSA Aging. X-Git-Tag: v1.2.0~703 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eac33f774a2075cff3d28f7fdb36e0482e48f35;p=thirdparty%2Fbird.git Better LSA Aging. --- diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index d24809cef..618a24ebf 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -29,7 +29,7 @@ ospf_age(struct ospf_area *oa) if(en->lsa.age==LSA_MAXAGE) { if(flush) flush_lsa(en,oa); - return; + continue; } if((en->lsa.rt==p->cf->global->router_id)&&(en->lsa.age>LSREFRESHTIME)) {