diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-10 12:47:17 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-10 12:47:17 +0200 |
commit | aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06 (patch) | |
tree | e6e30078d51345867346d3b343efd96059f061f4 /proto/ospf/ospf.h | |
parent | 4bfe4e8551722533cc99c776b3b70818ef59bf24 (diff) | |
download | bird-aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06.tar bird-aa1e082c6779505e9ca24ba9f9d6cdfd4c647b06.zip |
Calculation of external routes.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 614032f..79d0dd1 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -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); |