diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-29 14:47:07 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-29 14:47:07 +0200 |
commit | 3fba20968816a9dbd4565fd6806f29d72d73f638 (patch) | |
tree | c5271bfef1ac32264fb0bc6d69d4b171b1aff959 | |
parent | 96501dfe5f6fd7a2837aee910c78f147e54e4f0b (diff) | |
download | bird-3fba20968816a9dbd4565fd6806f29d72d73f638.tar bird-3fba20968816a9dbd4565fd6806f29d72d73f638.zip |
Some FIXME added.
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 079865a..28bd46e 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -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; |