From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next v1 5/5] ipv6: add vrf table handling code for ipv6 mcast Date: Mon, 24 Sep 2018 17:23:00 -0600 Message-ID: References: <20180924161326.17167-1-mmanning@vyatta.att-mail.com> <20180924161326.17167-6-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-pg1-f196.google.com ([209.85.215.196]:34371 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbeIYF1i (ORCPT ); Tue, 25 Sep 2018 01:27:38 -0400 Received: by mail-pg1-f196.google.com with SMTP id d19-v6so10048201pgv.1 for ; Mon, 24 Sep 2018 16:23:02 -0700 (PDT) In-Reply-To: <20180924161326.17167-6-mmanning@vyatta.att-mail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 9/24/18 10:13 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 | 49 +++++++++++++++++++++++++++++++++++++------------ > 2 files changed, 48 insertions(+), 12 deletions(-) > With the unnecessary 'struct rtable *rt' declaration removed the rest of the change looks fine. Reviewed-by: David Ahern