On 6/10/19 8:32 AM, Stephen Suryaputra wrote: > Get the ingress interface and increment ICMP counters based on that > instead of skb->dev when the the dev is a VRF device. > > This is a follow up on the following message: > https://www.spinics.net/lists/netdev/msg560268.html > > v2: Avoid changing skb->dev since it has unintended effect for local > delivery (David Ahern). > Signed-off-by: Stephen Suryaputra <ssuryae...@gmail.com> > --- > include/net/addrconf.h | 16 ++++++++++++++++ > net/ipv6/icmp.c | 17 +++++++++++------ > net/ipv6/reassembly.c | 4 ++-- > 3 files changed, 29 insertions(+), 8 deletions(-)
Reviewed-by: David Ahern <dsah...@gmail.com>