From 78e2c6ccf16b41bc19a4cd69f959c8ae47e68b9d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 11 Aug 2001 14:01:54 +0000 Subject: I will not originate the same lsa before MINLSINTERVAL. --- proto/ospf/ospf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.h') 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; }; -- cgit v1.2.3