diff options
author | Ondrej Filip <feela@network.cz> | 2005-02-13 23:36:31 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-02-13 23:36:31 +0000 |
commit | 5d3f555234d7144272e3081665411d098280d5ad (patch) | |
tree | 24383496aa4fe4db700dc58ed3ed841c8069399d /proto/ospf/rt.h | |
parent | 0d3effcf8ca3784c36ce6229343ddfd754e405dc (diff) |
Many bugfixes in routing table calculation and summary LSA origination.
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 f7b33303..ea2f28f5 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; } |