summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-21 21:50:38 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-21 21:50:38 +0200
commit3b89a2327ba385abf2a8321a5a900faba3765612 (patch)
tree8faa004b1a9fb23a65a51c4cdd44b7012af1f5e7 /proto/ospf/topology.h
parent607d991424006c083be63878b6a606e76679e1ce (diff)
downloadbird-3b89a2327ba385abf2a8321a5a900faba3765612.tar
bird-3b89a2327ba385abf2a8321a5a900faba3765612.zip
Fixes several problems in OSPF vlink implementation.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 16d4c78..7aa1625 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -21,7 +21,7 @@ struct top_hash_entry
void *lsa_body;
bird_clock_t inst_t; /* Time of installation into DB */
ip_addr nh; /* Next hop */
- ip_addr lb; /* Link back */
+ ip_addr lb; /* In OSPFv2, link back address. In OSPFv3, any global address in the area useful for vlinks */
struct ospf_iface *nhi; /* Next hop interface */
#ifdef OSPFv3
u32 lb_id; /* Interface ID of link back iface (for bcast or NBMA networks) */