===== net/ipv4/icmp.c 1.49 vs edited ===== --- 1.49/net/ipv4/icmp.c 2004-12-28 16:30:43 +11:00 +++ edited/net/ipv4/icmp.c 2005-03-14 21:34:20 +11:00 @@ -560,7 +560,7 @@ /* RFC says return as much as we can without exceeding 576 bytes. */ - room = dst_pmtu(&rt->u.dst); + room = dst_mtu(&rt->u.dst); if (room > 576) room = 576; room -= sizeof(struct iphdr) + icmp_param.replyopts.optlen;