1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Struct area_net changed.

This commit is contained in:
Ondrej Filip
2004-06-06 09:13:37 +00:00
parent b9ed99f738
commit 66261211a9
3 changed files with 12 additions and 11 deletions

View File

@@ -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 {