diff options
author | Ondrej Filip <feela@network.cz> | 2001-08-11 16:01:54 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2001-08-11 16:01:54 +0200 |
commit | 78e2c6ccf16b41bc19a4cd69f959c8ae47e68b9d (patch) | |
tree | 447e98707f9a409d70d240fb6f302cd2518b6a09 /proto/ospf/ospf.h | |
parent | 5fc7c5c51344a8cc1fae2cc9077c2c331c1e419a (diff) | |
download | bird-78e2c6ccf16b41bc19a4cd69f959c8ae47e68b9d.tar bird-78e2c6ccf16b41bc19a4cd69f959c8ae47e68b9d.zip |
I will not originate the same lsa before MINLSINTERVAL.
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 3eb4659..11283a7 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -136,6 +136,7 @@ struct ospf_iface { * - using 4*HELLO */ struct top_hash_entry *nlsa; /* Originated net lsa */ + int orignet; /* Schedule network LSA origination */ int fadj; /* Number of full adjacent neigh */ list nbma_list; }; |