From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sowmini Varadhan Subject: Re: Routing loops & TTL tracking with tunnel devices Date: Mon, 16 Nov 2015 15:59:50 -0500 Message-ID: <20151116205950.GB27178@oracle.com> References: <20151116203709.GA27178@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Benc , therbert@google.com, David Miller , Netdev , LKML To: "Jason A. Donenfeld" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > Neat. Though, in my case, I'm not actually just prepending a header. > I'm doing some more substantial transformations of a packet. And this > needs to work with v4 too. So I'm not sure implementing a v6 spec will Understood, that spec was just referenced to indicate that there are more issues (mtu reduction etc) with nested encapsulation, and this is actually applicable even without the recursion issue (i.e even if you dont have a tunnelling loop, and even if it is not ipv6, there are some non-trivial problems here. Luckily, nested encaps is somewhat uncommon). --Sowmini