From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] IPV6: Fix bugs in ip6ip6_tnl_xmit() Date: Thu, 7 Aug 2003 21:32:59 -0700 Sender: netdev-bounce@oss.sgi.com Message-ID: <20030807213259.56c953d5.davem@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com Return-path: To: Ville Nuorvala In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Tue, 5 Aug 2003 16:42:32 +0300 (EEST) Ville Nuorvala wrote: > There were two bugs in ip6ip6_tnl_xmit() which are fixed in this patch > (made against Linux 2.6.0-test2 + cset 1.1612): > > - ip6_tunnel must give its own getfrag function to ip6_append_data() > - fix dst leakage when encapsulated packet too big Patch applied, thank you Ville.