From: Ondrej Filip Date: Thu, 8 Jun 2000 19:16:21 +0000 (+0000) Subject: Nasty bug in LSA refreshing. I didn't refesh my own copy! :-( X-Git-Tag: v1.2.0~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a012cbb16f3d73ca7ffafe6f7933de7369e2ee48;p=thirdparty%2Fbird.git Nasty bug in LSA refreshing. I didn't refesh my own copy! :-( --- diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 2bfd2932d..16e1a80a4 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -63,6 +63,8 @@ ospf_age(struct ospf_area *oa) en->lsa.type, en->lsa.id, en->lsa.rt); en->lsa.sn++; en->lsa.age=0; + en->inst_t=now; + en->ini_age=0; lsasum_calculate(&en->lsa,en->lsa_body,po); flood_lsa(NULL,NULL,&en->lsa,po,NULL,oa,1); continue;