diff options
author | Ondrej Filip <feela@network.cz> | 2000-02-24 00:26:10 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-02-24 00:26:10 +0000 |
commit | ab56f6b16fd9401565a066122be3231dccd24fb6 (patch) | |
tree | 4c48d05245a41d912511857db02f058d8371fbf6 /proto/ospf/ospf.h | |
parent | ea28da044af9a35407724ba091d9a823c1cfe7e7 (diff) |
Area work and router LSA starts when interface goes up.
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 647debad..05e79e73 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -220,6 +220,7 @@ struct proto_ospf { list iface_list; /* Interfaces we really use */ int areano; /* Number of area I belong to */ struct ospf_area *firstarea; + slab *areaslab; }; static int ospf_start(struct proto *p); |