summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-03 02:08:48 +0200
committerOndrej Filip <feela@network.cz>2000-05-03 02:08:48 +0200
commit9bc1808a27b35499d2438d731ade6d2cba8aa355 (patch)
tree636991c9b89f962cf06b2a2a80c1c540552a4ad0 /proto/ospf/ospf.h
parent0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (diff)
downloadbird-9bc1808a27b35499d2438d731ade6d2cba8aa355.tar
bird-9bc1808a27b35499d2438d731ade6d2cba8aa355.zip
Better rt and net originating.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 7528921..22064b9 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -102,7 +102,8 @@ struct ospf_iface {
#define WAIT_DMH 3 /* Value of Wait timer - not found it in RFC
* - using 3*HELLO
*/
- struct top_hash_entry *nlsa;
+ struct top_hash_entry *nlsa; /* Originated net lsa */
+ int fadj; /* Number of full adjacent neigh */
};
struct ospf_packet {