Re: [PATCH net v2] vrf: Increment Icmp6InMsgs on the original netdev

2019-06-12 Thread David Miller
From: Stephen Suryaputra Date: Mon, 10 Jun 2019 10:32:50 -0400 > 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 >

Re: [PATCH net v2] vrf: Increment Icmp6InMsgs on the original netdev

2019-06-11 Thread David Ahern
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 changin

Re: [PATCH net v2] vrf: Increment Icmp6InMsgs on the original netdev

2019-06-11 Thread David Miller
From: Stephen Suryaputra Date: Mon, 10 Jun 2019 10:32:50 -0400 > 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 >

[PATCH net v2] vrf: Increment Icmp6InMsgs on the original netdev

2019-06-10 Thread Stephen Suryaputra
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 deli