Re: [PATCH net-next v4 8/9] ipv6: handling of multicast packets received in VRF

2018-11-06 Thread David Ahern
On 11/2/18 1:10 PM, Mike Manning wrote: > If the skb for multicast packets marked as enslaved to a VRF are > received, then the secondary device index should be used to obtain > the real device. And verify the multicast address against the > enslaved rather than the l3mdev device. > > Signed-off-b

[PATCH net-next v4 8/9] ipv6: handling of multicast packets received in VRF

2018-11-02 Thread Mike Manning
If the skb for multicast packets marked as enslaved to a VRF are received, then the secondary device index should be used to obtain the real device. And verify the multicast address against the enslaved rather than the l3mdev device. Signed-off-by: Dewi Morgan Signed-off-by: Mike Manning --- ne