1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixes several problems in OSPF vlink implementation.

This commit is contained in:
Ondrej Zajicek
2010-04-21 21:50:38 +02:00
parent 607d991424
commit 3b89a2327b
6 changed files with 571 additions and 471 deletions

View File

@@ -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) */