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

Calculating of nexts hop(s) added.

This commit is contained in:
Ondrej Filip
2000-04-29 15:57:14 +00:00
parent 9c1a55deee
commit 468f2347fc
3 changed files with 65 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ 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 */
list nh; /* List of next hops */
list *nh; /* List of next hops */
u16 dist; /* Distance from the root */
u8 color;
#define OUTSPF 0