commit | 0f693f1995cf002432b70f43ce73f79bf8d0b6c9 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Thu Sep 07 14:08:34 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 08 20:47:10 2017 -0700 |
tree | 37594300d55960ee4c7bd27a2149838bdb5b37c3 | |
parent | 32a805baf0fb70b6dbedefcd7249ac7f580f9e3b [diff] |
ip_tunnel: fix setting ttl and tos value in collect_md mode ttl and tos variables are declared and assigned, but are not used in iptunnel_xmit() function. Fixes: cfc7381b3002 ("ip_tunnel: add collect_md mode to IPIP tunnel") Cc: Alexei Starovoitov <ast@fb.com> Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>