Re: [PATCH net-next] ipv6: use lwtunnel_output6() only if flag redirect is set

2015-07-27 Thread David Miller
From: Nicolas Dichtel Date: Fri, 24 Jul 2015 10:59:41 +0200 > This function make sense only when LWTUNNEL_STATE_OUTPUT_REDIRECT is set. > The check is already done in IPv4. > > CC: Thomas Graf > CC: Roopa Prabhu > Fixes: 74a0f2fe8ed5 ("ipv6: rt6_info output redirect to tunnel output") > Signed

Re: [PATCH net-next] ipv6: use lwtunnel_output6() only if flag redirect is set

2015-07-24 Thread roopa
On 7/24/15, 1:59 AM, Nicolas Dichtel wrote: This function make sense only when LWTUNNEL_STATE_OUTPUT_REDIRECT is set. The check is already done in IPv4. CC: Thomas Graf CC: Roopa Prabhu Fixes: 74a0f2fe8ed5 ("ipv6: rt6_info output redirect to tunnel output") Signed-off-by: Nicolas Dichtel Ac

Re: [PATCH net-next] ipv6: use lwtunnel_output6() only if flag redirect is set

2015-07-24 Thread Thomas Graf
On 07/24/15 at 10:59am, Nicolas Dichtel wrote: > This function make sense only when LWTUNNEL_STATE_OUTPUT_REDIRECT is set. > The check is already done in IPv4. > > CC: Thomas Graf > CC: Roopa Prabhu > Fixes: 74a0f2fe8ed5 ("ipv6: rt6_info output redirect to tunnel output") > Signed-off-by: Nicola

[PATCH net-next] ipv6: use lwtunnel_output6() only if flag redirect is set

2015-07-24 Thread Nicolas Dichtel
This function make sense only when LWTUNNEL_STATE_OUTPUT_REDIRECT is set. The check is already done in IPv4. CC: Thomas Graf CC: Roopa Prabhu Fixes: 74a0f2fe8ed5 ("ipv6: rt6_info output redirect to tunnel output") Signed-off-by: Nicolas Dichtel --- net/ipv6/route.c | 3 ++- 1 file changed, 2 i