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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user