summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-05 22:57:53 +0200
committerOndrej Filip <feela@network.cz>2000-06-05 22:57:53 +0200
commit3b580a23ad32e8445c419932d6f7715cdc2a0687 (patch)
treef8d413cd472702e11b54496a34db123342742a35 /proto/ospf/ospf.h
parentf1aa23d4b3949ccd7c86f9a4e87eda63149b5f6d (diff)
downloadbird-3b580a23ad32e8445c419932d6f7715cdc2a0687.tar
bird-3b580a23ad32e8445c419932d6f7715cdc2a0687.zip
Bugfix in NET LSA flushing.
Configuration now works! :-) Better "show ospf" Some minor bugfixes.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index f25d7fa..d44db95 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -114,7 +114,6 @@ struct ospf_iface {
*/
struct top_hash_entry *nlsa; /* Originated net lsa */
int fadj; /* Number of full adjacent neigh */
- unsigned tick;
};
struct ospf_packet {
@@ -348,6 +347,7 @@ struct ospf_area {
int trcap; /* Transit capability? */
struct proto_ospf *po;
struct fib infib; /* FIB for intra-area routes */
+ unsigned tick;
};
struct proto_ospf {