1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Router LSA & area adding.

This commit is contained in:
Ondrej Filip
2000-02-25 19:19:41 +00:00
parent b786df7035
commit de30342f97
4 changed files with 59 additions and 15 deletions

View File

@@ -213,6 +213,8 @@ struct ospf_area {
struct ospf_area *next;
u32 areaid;
struct top_graph *gr; /* LSA graph */
struct top_hash_entry *rt; /* My own router LSA */
slab *rtlinks;
};
struct proto_ospf {