]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Some FIXME added.
authorOndrej Filip <feela@network.cz>
Wed, 29 Mar 2000 12:47:07 +0000 (12:47 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 29 Mar 2000 12:47:07 +0000 (12:47 +0000)
proto/ospf/dbdes.c

index 079865a1adf6751985327831a2edef629af7f55c..28bd46e7b00746439be732ebc426b0f232be544e 100644 (file)
@@ -56,7 +56,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);
-      pkt->iface_mtu=htons(ifa->iface->mtu);
+      pkt->iface_mtu=htons(ifa->iface->mtu);   /*FIXME NOT for VLINK! */
       pkt->options= ifa->options;
       pkt->imms=n->myimms;
       pkt->ddseq=n->dds;