1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Bugfix in NET LSA flushing.

Configuration now works! :-)
Better "show ospf"
Some minor bugfixes.
This commit is contained in:
Ondrej Filip
2000-06-05 20:57:53 +00:00
parent f1aa23d4b3
commit 3b580a23ad
4 changed files with 202 additions and 221 deletions

View File

@@ -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 {