]> git.baikalelectronics.ru Git - kernel.git/commit
ip6_tunnel: fix setting hop_limit value for ipv6 tunnel
authorHaishuang Yan <yanhaishuang@cmss.chinamobile.com>
Thu, 7 Sep 2017 06:08:35 +0000 (14:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Sep 2017 03:47:10 +0000 (20:47 -0700)
commitf36d3ebee119e4961b364e15e53e8b34b10b5571
treeb73c88cfa2082645a7f056e9603469bc0f96cb11
parentb9b6e1cd8f6c293bdcba4a978cbd381b5f665ae0
ip6_tunnel: fix setting hop_limit value for ipv6 tunnel

Similar to vxlan/geneve tunnel, if hop_limit is zero, it should fall
back to ip6_dst_hoplimt().

Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c