Re: [21/*] [IPv4] Fix MTU check in ipmr_queue_xmit
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-18 18:39:05
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-18 18:39:05
On Fri, 18 Mar 2005 20:03:10 +1100 Herbert Xu [off-list ref] wrote:
Somehow I missed four files with dst_pmtu usages in them. I'm going to split them along the sames lines I did before: bug fixes and then the trivial changes.
Must be some bug in your grep binary... kidding ;-)
Here is a patch that replaces dst_pmtu with dst_pmtu in ipmr.c since this is straight IPIP tunneling equivalent to what we have in ipip.c. As it is we may send ICMP packets when IPsec is present which is exactly what the comment says that we shouldn't do. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Applied, thanks Herbert.