diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 23:52:58 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 23:52:58 +0200 |
commit | fe95ab68164f0c9f18e65f7965ac4d93b24bef97 (patch) | |
tree | 14ef87c55f08361f4573f02704aa5f032cd09b1b /proto/ospf | |
parent | 32fa4a5a461eb1af4146d9985663d90fcddd9697 (diff) | |
download | bird-fe95ab68164f0c9f18e65f7965ac4d93b24bef97.tar bird-fe95ab68164f0c9f18e65f7965ac4d93b24bef97.zip |
FIXME's removed by deleting them. :-)
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/rt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 2ce93d1..dc2b858 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -97,7 +97,7 @@ ospf_rt_spfa(struct ospf_area *oa) DBG(" Working on link: %I (type: %u) ",rtl->id,rtl->type); switch(rtl->type) { - case LSART_STUB: /* FIXME add stub network into fib */ + case LSART_STUB: DBG("\n"); ip=ipa_from_u32(rtl->id); nf=fib_get(in,&ip, ipa_mklen(ipa_from_u32(rtl->data))); @@ -116,7 +116,7 @@ ospf_rt_spfa(struct ospf_area *oa) if(tmp==NULL) DBG("Fuck!\n"); else DBG("Found. :-)\n"); break; - case LSART_PTP: /* FIXME */ + case LSART_PTP: tmp=ospf_hash_find(oa->gr,rtl->id,rtl->id,LSA_T_RT); DBG("PTP searched.\n"); break; |