summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-10 12:47:17 +0200
committerOndrej Filip <feela@network.cz>2000-05-10 12:47:17 +0200
commitaa1e082c6779505e9ca24ba9f9d6cdfd4c647b06 (patch)
treee6e30078d51345867346d3b343efd96059f061f4 /proto/ospf/ospf.c
parent4bfe4e8551722533cc99c776b3b70818ef59bf24 (diff)
downloadbird-aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06.tar
bird-aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06.zip
Calculation of external routes.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 3b4af4f..710c414 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -15,6 +15,7 @@ ospf_start(struct proto *p)
DBG("%s: Start\n",p->name);
p->if_notify=ospf_if_notify;
+ fib_init(&po->efib,p->pool,sizeof(struct extfib),16,init_efib);
return PS_UP;
}