diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-02 23:09:44 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-02 23:09:44 +0000 |
commit | 0bf2f2039e1fc95fe0fa3ee231711212f1f2b128 (patch) | |
tree | cd34f6c0ff55622a9f0cebe318476d076deaa08c /proto/ospf/ospf.h | |
parent | 92bbd812e332c9948d737e95526c571ff371d394 (diff) |
Originating of network LSA.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 9ce0be9a..7528921c 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 { |