From dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 26 Apr 2000 12:54:23 +0000 Subject: Routing table calculation. Dijkstra done. --- proto/ospf/rt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 proto/ospf/rt.h (limited to 'proto/ospf/rt.h') diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h new file mode 100644 index 0000000..6eb0bcc --- /dev/null +++ b/proto/ospf/rt.h @@ -0,0 +1,16 @@ +/* + * BIRD -- OSPF + * + * (c) 2000 Ondrej Filip + * + * Can be freely distributed and used under the terms of the GNU GPL. + * + */ + +#ifndef _BIRD_OSPF_RT_H_ +#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); + +#endif /* _BIRD_OSPF_RT_H_ */ -- cgit v1.2.3