From 2eac33f774a2075cff3d28f7fdb36e0482e48f35 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 2 Jun 2000 12:34:28 +0000 Subject: Better LSA Aging. --- proto/ospf/lsalib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index d24809c..618a24e 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)) { -- cgit v1.2.3