From: Hangbin Liu <liuhang...@gmail.com> 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 <liuhang...@gmail.com> Applied, thank you.