diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-10 10:47:17 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-10 10:47:17 +0000 |
commit | aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06 (patch) | |
tree | e6e30078d51345867346d3b343efd96059f061f4 /proto/ospf/ospf.c | |
parent | 4bfe4e8551722533cc99c776b3b70818ef59bf24 (diff) |
Calculation of external routes.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 3b4af4f5..710c4146 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; } |