From 66261211a9c9abd5e1591f0875d16da1e3975fcb Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 6 Jun 2004 09:13:37 +0000 Subject: Struct area_net changed. --- proto/ospf/ospf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 4b573f8..b0ac1e9 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -67,9 +67,10 @@ struct nbma_node { struct area_net { node n; - ip_addr net; - int mlen; + struct prefix px; int hidden; + int active; + int oldactive; }; struct ospf_area_config { -- cgit v1.2.3