mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Just added declaration of AS Ext routes calculation.
This commit is contained in:
parent
43e75f38e7
commit
fafe44b651
@ -238,7 +238,14 @@ again:
|
|||||||
}
|
}
|
||||||
skip:
|
skip:
|
||||||
FIB_ITERATE_END(nftmp);
|
FIB_ITERATE_END(nftmp);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
ospf_ext_spfa(struct proto_ospf *po)
|
||||||
|
{
|
||||||
|
struct top_hash_entry *en;
|
||||||
|
|
||||||
|
/* FIXME Go on */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -18,6 +18,7 @@ struct infib {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void ospf_rt_spfa(struct ospf_area *oa);
|
void ospf_rt_spfa(struct ospf_area *oa);
|
||||||
|
void ospf_ext_spfa(struct proto_ospf *po);
|
||||||
void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par,
|
void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par,
|
||||||
u16 dist, struct ospf_area *oa);
|
u16 dist, struct ospf_area *oa);
|
||||||
void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
|
void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
|
||||||
|
Loading…
Reference in New Issue
Block a user