Re: Patch?: linux-2.5.45/net/ipv4/ dst.pmtu compilation fixes

David S. Miller (davem@redhat.com)
02 Nov 2002 02:39:24 -0800


On Fri, 2002-11-01 at 03:16, Adam J. Richter wrote:
> I am not currently familiar with this code, so I could easily
> have misunderstood something in my patch.

The only mistakes is that you cannot assign to
dst->metrics[RTAX_PMTU-1], you must use
dst->ops->update_mtu() instead.

I've made this change and installed the fixes to my
tree. Thanks.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/