diff options
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |