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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user