From 5d3f555234d7144272e3081665411d098280d5ad Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 13 Feb 2005 23:36:31 +0000 Subject: Many bugfixes in routing table calculation and summary LSA origination. --- proto/ospf/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index bccff05..21e545e 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -23,7 +23,7 @@ struct top_hash_entry bird_clock_t inst_t; /* Time of installation into DB */ ip_addr nh; /* Next hop */ ip_addr lb; /* Link back */ - struct iface *nhi; + struct ospf_iface *nhi; /* Next hop interface */ u32 dist; /* Distance from the root */ u16 ini_age; u8 color; -- cgit v1.2.3