From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ip6_tunnel: respect ttl inherit for ip6tnl Date: Mon, 03 Sep 2018 19:04:26 -0700 (PDT) Message-ID: <20180903.190426.1535563421516668492.davem@davemloft.net> References: <1535705521-1263-1-git-send-email-liuhangbin@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: liuhangbin@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:49716 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725837AbeIDG1R (ORCPT ); Tue, 4 Sep 2018 02:27:17 -0400 In-Reply-To: <1535705521-1263-1-git-send-email-liuhangbin@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Hangbin Liu Date: Fri, 31 Aug 2018 16:52:01 +0800 > man ip-tunnel ttl section says: > 0 is a special value meaning that packets inherit the TTL value. > > IPv4 tunnel respect this in ip_tunnel_xmit(), but IPv6 tunnel has not > implement it yet. To make IPv6 behave consistently with IP tunnel, > add ipv6 tunnel inherit support. > > Signed-off-by: Hangbin Liu Applied, thank you.