summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-01 00:14:31 +0200
committerOndrej Filip <feela@network.cz>2000-05-01 00:14:31 +0200
commit85195f1a53eb350cd32ecba69c208dbece6fb776 (patch)
tree730babc6971a28407f5046add3913dde3abd5882 /proto/ospf/lsupd.c
parent2337ade7546254eb48a22a1e195cc7999e684d21 (diff)
downloadbird-85195f1a53eb350cd32ecba69c208dbece6fb776.tar
bird-85195f1a53eb350cd32ecba69c208dbece6fb776.zip
Many small changes and bug fixes. Routing table calculation works.
I'm waiting for rt lookup to add stub networks.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index 2735695..3390abb 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -319,7 +319,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
body=mb_alloc(p->pool,lsatmp.length-sizeof(struct ospf_lsa_header));
ntohlsab(lsa+1,body,lsatmp.type,
lsatmp.length-sizeof(struct ospf_lsa_header));
- lsadb=lsa_install_new(&lsatmp,body, oa);
+ lsadb=lsa_install_new(&lsatmp,body, oa, p);
DBG("New LSA installed in DB\n");
/* FIXME 145 (5f) self originated? */