summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-05 21:35:48 +0200
committerOndrej Filip <feela@network.cz>2000-06-05 21:35:48 +0200
commit496c819f26f67593797f0b861e153399c1d63a86 (patch)
tree7db1f137a57b8e318c4908830b1c33e4191ebebc /proto/ospf/dbdes.c
parent3585d400e03a4e43def868b492df440ae52a29bb (diff)
downloadbird-496c819f26f67593797f0b861e153399c1d63a86.tar
bird-496c819f26f67593797f0b861e153399c1d63a86.zip
Removed some FIXMEs by deleting them.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index ef297be..7162e16 100644
--- a/proto/ospf/dbdes.c
+++ b/proto/ospf/dbdes.c
@@ -28,7 +28,7 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
pkt=(struct ospf_dbdes_packet *)(ifa->ip_sk->tbuf);
op=(struct ospf_packet *)pkt;
fill_ospf_pkt_hdr(ifa, pkt, DBDES_P);
- pkt->iface_mtu=htons(ifa->iface->mtu); /*FIXME NOT for VLINK! */
+ pkt->iface_mtu=htons(ifa->iface->mtu); /* FIXME NOT for VLINK! */
pkt->options= ifa->options;
pkt->imms=n->myimms;
pkt->ddseq=htonl(n->dds);
@@ -154,7 +154,6 @@ rxmt_timer_hook(timer *timer)
else
{
tm_stop(n->rxmt_timer);
- /* FIXME I should dealloc ldbdes */
}
}
@@ -189,7 +188,6 @@ ospf_dbdes_reqladd(struct ospf_dbdes_packet *ps, struct proto *p,
ntohlsah(plsa+i, &(sn->lsa));
s_add_tail(&(n->lsrql), SNODE sn);
}
- /* FIXME and the next part of condition? */
}
}
}