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/rt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/rt.h') diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index f7b3330..ea2f28f 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -24,7 +24,7 @@ typedef struct orta int metric1; int metric2; ip_addr nh; /* Next hop */ - struct iface *ifa; /* Outgoing interface */ + struct ospf_iface *ifa; /* Outgoing interface */ struct top_hash_entry *ar; /* Advertising router */ u32 tag; } -- cgit v1.2.3