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:
@@ -11,6 +11,11 @@
|
||||
#define _BIRD_OSPF_RT_H_
|
||||
|
||||
void ospf_rt_spfa(struct ospf_area *oa, struct proto *p);
|
||||
void add_cand(list *l, struct top_hash_entry *en, u16 dist, slab *s);
|
||||
void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par,
|
||||
u16 dist, slab *s, slab *sll);
|
||||
list *calc_next_hop(struct top_hash_entry *par, slab *sl, slab *sll);
|
||||
list *multi_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
|
||||
slab *sl, slab *sll);
|
||||
|
||||
|
||||
#endif /* _BIRD_OSPF_RT_H_ */
|
||||
|
Reference in New Issue
Block a user