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

Fixes next hop calculation on NBMA and parallel PTP links.

This commit is contained in:
Ondrej Zajicek
2010-04-11 12:22:47 +02:00
parent 7969ea3b41
commit 6e80676096
4 changed files with 71 additions and 43 deletions

View File

@@ -23,6 +23,9 @@ struct top_hash_entry
ip_addr nh; /* Next hop */
ip_addr lb; /* Link back */
struct ospf_iface *nhi; /* Next hop interface */
#ifdef OSPFv3
u32 lb_id; /* Interface ID of link back iface (for bcast or NBMA networks) */
#endif
u32 dist; /* Distance from the root */
u16 ini_age;
u8 color;