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

@@ -341,6 +341,7 @@ struct proto_ospf {
list iface_list; /* Interfaces we really use */
list area_list;
int areano; /* Number of area I belong to */
struct fib efib; /* FIB for external routes */
};
static int ospf_start(struct proto *p);