summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-30 13:31:05 +0200
committerOndrej Filip <feela@network.cz>2000-04-30 13:31:05 +0200
commitc6c56264361e102691fe42134ab585f631f83898 (patch)
tree6636ad67900ebf8e5c21c4be5c023e2e0df7e7ca /proto/ospf/topology.h
parente80e9d0da5d737b7f6e65358067f62a6ac85f4fe (diff)
downloadbird-c6c56264361e102691fe42134ab585f631f83898.tar
bird-c6c56264361e102691fe42134ab585f631f83898.zip
Sync with nest's rt table and some minor improvements.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 1c3e9ea..5514f5e 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -16,7 +16,8 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
struct ospf_lsa_header lsa;
void *lsa_body;
bird_clock_t inst_t; /* Time of installation into DB */
- struct top_hash_entry *nh; /* Next hop */
+ ip_addr nh; /* Next hop */
+ struct iface *nhi;
u16 dist; /* Distance from the root */
u8 color;
#define OUTSPF 0