]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Just added declaration of AS Ext routes calculation.
authorOndrej Filip <feela@network.cz>
Tue, 9 May 2000 00:03:08 +0000 (00:03 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 9 May 2000 00:03:08 +0000 (00:03 +0000)
proto/ospf/rt.c
proto/ospf/rt.h

index 6ec70e1e9c88c3e3c2451e9299aba5f91a66d509..af1015c29d8c0a6833b69477f7464121f158f76e 100644 (file)
@@ -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
index da2f038133f96298c97e94d86c3a4ffcb86c3ed9..67eca4a7145852ecd12e4bd47ebe06280203d4fa 100644 (file)
@@ -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,