From c52c7e764576fed027defa0c06a056f89912787a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 1 Jun 2000 12:08:14 +0000 Subject: Calculate checksum when reflooding (after min ls_refresh). --- proto/ospf/lsalib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index f4bbe25..d24809c 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -36,6 +36,7 @@ ospf_age(struct ospf_area *oa) en->lsa.sn++; en->lsa.age=0; flood_lsa(NULL,NULL,&en->lsa,po,NULL,oa,1); + lsasum_calculate(&en->lsa,en->lsa_body,po); return; } if((en->lsa.age+=delta)>LSA_MAXAGE) -- cgit v1.2.3