Re: [PATCH net] vrf: check the original netdevice for generating redirect

2018-06-03 Thread David Ahern
On 5/31/18 10:05 PM, Stephen Suryaputra wrote: > Use the right device to determine if redirect should be sent especially > when using vrf. Same as well as when sending the redirect. > > Signed-off-by: Stephen Suryaputra > --- > net/ipv6/ip6_output.c | 3 ++- > net/ipv6/ndisc.c | 6 ++ >

Re: [PATCH net] vrf: check the original netdevice for generating redirect

2018-06-03 Thread David Miller
From: Stephen Suryaputra Date: Fri, 1 Jun 2018 00:05:21 -0400 > Use the right device to determine if redirect should be sent especially > when using vrf. Same as well as when sending the redirect. > > Signed-off-by: Stephen Suryaputra David A., please review.

[PATCH net] vrf: check the original netdevice for generating redirect

2018-06-01 Thread Stephen Suryaputra
Use the right device to determine if redirect should be sent especially when using vrf. Same as well as when sending the redirect. Signed-off-by: Stephen Suryaputra --- net/ipv6/ip6_output.c | 3 ++- net/ipv6/ndisc.c | 6 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/