diff options
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 3eb46598..11283a7e 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; }; |