Received: with ECARTIS (v1.0.0; list netdev); Mon, 18 Aug 2003 04:55:57 -0700 (PDT) Received: from pizda.ninka.net (IDENT:root@pizda.ninka.net [216.101.162.242]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h7IBtrFl006044 for ; Mon, 18 Aug 2003 04:55:54 -0700 Received: from pizda.ninka.net (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with SMTP id EAA04804; Mon, 18 Aug 2003 04:48:10 -0700 Date: Mon, 18 Aug 2003 04:48:10 -0700 From: "David S. Miller" To: Ville Nuorvala Cc: netdev@oss.sgi.com Subject: Re: [PATCH] IPv6: Fix tunnel encapsulation limit in ip6_tunnel.c Message-Id: <20030818044810.01a28c38.davem@redhat.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 4947 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@redhat.com Precedence: bulk X-list: netdev On Mon, 18 Aug 2003 14:50:51 +0300 (EEST) Ville Nuorvala wrote: > I reread RFC 2473 and noticed the tunnel encapsulation limit handling was > off by one. This patch fixes the bug. Please apply! Applied, thanks Ville.