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