Re: [PATCH] net: igmp: Use ingress interface rather than vrf device

2017-08-16 Thread David Miller
From: David Ahern Date: Tue, 15 Aug 2017 18:38:42 -0700 > Anuradha reported that statically added groups for interfaces enslaved > to a VRF device were not persisting. The problem is that igmp queries > and reports need to use the data in the in_dev for the real ingress > device rather than the V

Re: [PATCH] net: igmp: Use ingress interface rather than vrf device

2017-08-16 Thread Nikolay Aleksandrov
On 16/08/17 04:38, David Ahern wrote: > Anuradha reported that statically added groups for interfaces enslaved > to a VRF device were not persisting. The problem is that igmp queries > and reports need to use the data in the in_dev for the real ingress > device rather than the VRF device. Update ig

[PATCH] net: igmp: Use ingress interface rather than vrf device

2017-08-15 Thread David Ahern
Anuradha reported that statically added groups for interfaces enslaved to a VRF device were not persisting. The problem is that igmp queries and reports need to use the data in the in_dev for the real ingress device rather than the VRF device. Update igmp_rcv accordingly. Fixes: e58e41596811 ("net