From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next v4 8/9] ipv6: handling of multicast packets received in VRF Date: Tue, 6 Nov 2018 11:24:05 -0700 Message-ID: <4b38fcf2-0372-ffdf-3b42-883280996ab7@gmail.com> References: <20181102191020.14170-1-mmanning@vyatta.att-mail.com> <20181102191020.14170-9-mmanning@vyatta.att-mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Dewi Morgan To: Mike Manning , netdev@vger.kernel.org Return-path: Received: from mail-pg1-f196.google.com ([209.85.215.196]:41402 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387741AbeKGDui (ORCPT ); Tue, 6 Nov 2018 22:50:38 -0500 Received: by mail-pg1-f196.google.com with SMTP id 70so595978pgh.8 for ; Tue, 06 Nov 2018 10:24:08 -0800 (PST) In-Reply-To: <20181102191020.14170-9-mmanning@vyatta.att-mail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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-by: Dewi Morgan > Signed-off-by: Mike Manning > --- > net/ipv6/ip6_input.c | 35 ++++++++++++++++++++++++++++++++--- > 1 file changed, 32 insertions(+), 3 deletions(-) > Reviewed-by: David Ahern