From a012cbb16f3d73ca7ffafe6f7933de7369e2ee48 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 8 Jun 2000 19:16:21 +0000 Subject: Nasty bug in LSA refreshing. I didn't refesh my own copy! :-( --- proto/ospf/lsalib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 2bfd293..16e1a80 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; -- cgit v1.2.3