Re: [16/*] [INET] Take IPsec overhead into account in tunnels
From: Lennert Buytenhek <hidden>
Date: 2005-03-15 10:20:52
From: Lennert Buytenhek <hidden>
Date: 2005-03-15 10:20:52
On Tue, Mar 15, 2005 at 08:58:37PM +1100, Herbert Xu wrote:
This patch uses dst_mtu instead of dst_pmtu in the various tunnel implementations. As it is they simply ignore the IPsec overhead. This leads to bogus MTU values inside the tunnels.
I've not been able to get ipsec-encapsulated ipip/gre tunneling to work properly (without MTU issues) so far, and never had the time to properly dig into it. If this is going to be fixed, that would be great. --L