summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r--proto/ospf/lsalib.c1
1 files changed, 1 insertions, 0 deletions
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)