diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-03 00:08:48 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-03 00:08:48 +0000 |
commit | 9bc1808a27b35499d2438d731ade6d2cba8aa355 (patch) | |
tree | 636991c9b89f962cf06b2a2a80c1c540552a4ad0 /proto/ospf/ospf.h | |
parent | 0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (diff) |
Better rt and net originating.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 7528921c..22064b96 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 { |