diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |