summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-03 01:09:44 +0200
committerOndrej Filip <feela@network.cz>2000-05-03 01:09:44 +0200
commit0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (patch)
treecd34f6c0ff55622a9f0cebe318476d076deaa08c /proto/ospf/ospf.h
parent92bbd812e332c9948d737e95526c571ff371d394 (diff)
downloadbird-0bf2f2039e1fc95fe0fa3ee231711212f1f2b128.tar
bird-0bf2f2039e1fc95fe0fa3ee231711212f1f2b128.zip
Originating of network LSA.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 9ce0be9..7528921 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -102,6 +102,7 @@ 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 ospf_packet {