From ab56f6b16fd9401565a066122be3231dccd24fb6 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 24 Feb 2000 00:26:10 +0000 Subject: Area work and router LSA starts when interface goes up. --- proto/ospf/ospf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 647deba..05e79e7 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); -- cgit v1.2.3