From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] ipv6: add vrf table handling code for ipv6 mcast Date: Tue, 02 Oct 2018 22:31:14 -0700 (PDT) Message-ID: <20181002.223114.721174648955931732.davem@davemloft.net> References: <20181001084127.32370-1-mmanning@vyatta.att-mail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, pruddy@vyatta.att-mail.com To: mmanning@vyatta.att-mail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54628 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbeJCMSE (ORCPT ); Wed, 3 Oct 2018 08:18:04 -0400 In-Reply-To: <20181001084127.32370-1-mmanning@vyatta.att-mail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Mike Manning Date: Mon, 1 Oct 2018 09:41:27 +0100 > 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 Applied.