1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Calculation of external routes.

This commit is contained in:
Ondrej Filip
2000-05-10 10:47:17 +00:00
parent 4bfe4e8551
commit aa1e082c67
4 changed files with 193 additions and 4 deletions

View File

@@ -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;
}