Re: [PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-08 Thread David Miller
From: Haishuang Yan Date: Thu, 7 Sep 2017 14:08:34 +0800 > 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

Re: [PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-08 Thread David Miller
From: Haishuang Yan Date: Thu, 7 Sep 2017 14:08:34 +0800 > 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 > Signed-off-by: Haishuang Yan

Re: [PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-08 Thread Alexei Starovoitov
On 9/6/17 11:08 PM, Haishuang Yan wrote: 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 Signed-off-by: Haishuang Yan

Re: [PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-08 Thread Alexei Starovoitov
On 9/6/17 11:08 PM, Haishuang Yan wrote: 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 Signed-off-by: Haishuang Yan --- net/ipv4/ip_tunnel.c | 4 ++--

[PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-07 Thread Haishuang Yan
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 Signed-off-by: Haishuang Yan --- net/ipv4/ip_tunnel.c | 4

[PATCH 1/2] ip_tunnel: fix setting ttl and tos value in collect_md mode

2017-09-07 Thread Haishuang Yan
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 Signed-off-by: Haishuang Yan --- net/ipv4/ip_tunnel.c | 4 ++-- 1 file changed, 2 insertions(+), 2