summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
commit6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch)
treefca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/lsalib.c
parent9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff)
downloadbird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.tar
bird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.zip
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r--proto/ospf/lsalib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c
index 1a9653c..82a5938 100644
--- a/proto/ospf/lsalib.c
+++ b/proto/ospf/lsalib.c
@@ -1,7 +1,7 @@
/*
* BIRD -- OSPF
*
- * (c) 1999 - 2000 Ondrej Filip <feela@network.cz>
+ * (c) 1999--2004 Ondrej Filip <feela@network.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -70,7 +70,7 @@ ospf_age(struct ospf_area *oa)
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);
+ ospf_lsupd_flood(NULL,NULL,&en->lsa,NULL,oa,1);
continue;
}
if((en->lsa.age=(en->ini_age+(now-en->inst_t)))>=LSA_MAXAGE)