From: Ondrej Filip Date: Tue, 9 May 2000 00:03:08 +0000 (+0000) Subject: Just added declaration of AS Ext routes calculation. X-Git-Tag: v1.2.0~977 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fafe44b651f68d0a588cac94ddada8a1270adb97;p=thirdparty%2Fbird.git Just added declaration of AS Ext routes calculation. --- diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 6ec70e1e9..af1015c29 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -238,7 +238,14 @@ again: } skip: FIB_ITERATE_END(nftmp); +} + +void +ospf_ext_spfa(struct proto_ospf *po) +{ + struct top_hash_entry *en; + /* FIXME Go on */ } void diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index da2f03813..67eca4a71 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -18,6 +18,7 @@ struct infib { }; 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, u16 dist, struct ospf_area *oa); void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,