From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next] ipv6: add vrf table handling code for ipv6 mcast Date: Mon, 1 Oct 2018 18:34:43 -0600 Message-ID: References: <20181001084127.32370-1-mmanning@vyatta.att-mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Patrick Ruddy To: Mike Manning , netdev@vger.kernel.org Return-path: Received: from mail-io1-f65.google.com ([209.85.166.65]:42824 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726027AbeJBHPK (ORCPT ); Tue, 2 Oct 2018 03:15:10 -0400 Received: by mail-io1-f65.google.com with SMTP id n18-v6so175672ioa.9 for ; Mon, 01 Oct 2018 17:34:46 -0700 (PDT) In-Reply-To: <20181001084127.32370-1-mmanning@vyatta.att-mail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/1/18 2:41 AM, Mike Manning wrote: > From: Patrick Ruddy > > The code to obtain the correct table for the incoming interface was > missing for IPv6. This has been added along with the table creation > notification to fib rules for the RTNL_FAMILY_IP6MR address family. > > Signed-off-by: Patrick Ruddy > Signed-off-by: Mike Manning > --- > drivers/net/vrf.c | 11 +++++++++++ > net/ipv6/ip6mr.c | 48 ++++++++++++++++++++++++++++++++++++------------ > 2 files changed, 47 insertions(+), 12 deletions(-) > Reviewed-by: David Ahern