]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Nasty bug in LSA refreshing. I didn't refesh my own copy! :-(
authorOndrej Filip <feela@network.cz>
Thu, 8 Jun 2000 19:16:21 +0000 (19:16 +0000)
committerOndrej Filip <feela@network.cz>
Thu, 8 Jun 2000 19:16:21 +0000 (19:16 +0000)
proto/ospf/lsalib.c

index 2bfd2932d67e8bf6907466217c7e554f7d6fc944..16e1a80a49f4affe904320b7f35ec10dc8e4358a 100644 (file)
@@ -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;