diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-06 11:13:37 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-06 11:13:37 +0200 |
commit | 66261211a9c9abd5e1591f0875d16da1e3975fcb (patch) | |
tree | a77912038115c288364a87a85ab3e3b7d2d436af /proto/ospf/ospf.h | |
parent | b9ed99f738c10c0576a9ab8a70b028a92d0d74a7 (diff) | |
download | bird-66261211a9c9abd5e1591f0875d16da1e3975fcb.tar bird-66261211a9c9abd5e1591f0875d16da1e3975fcb.zip |
Struct area_net changed.
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 { |