From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/ipv4: Remove fib table id from rtable Date: Thu, 15 Feb 2018 15:42:00 -0500 (EST) Message-ID: <20180215.154200.745784381051227219.davem@davemloft.net> References: <20180214222428.23722-1-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: dsahern@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44720 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755857AbeBOUmC (ORCPT ); Thu, 15 Feb 2018 15:42:02 -0500 In-Reply-To: <20180214222428.23722-1-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: David Ahern Date: Wed, 14 Feb 2018 14:24:28 -0800 > Remove rt_table_id from rtable. It was added for getroute to return the > table id that was hit in the lookup. With the changes for fibmatch the > table id can be extracted from the fib_info returned in the fib_result > so it no longer needs to be in rtable directly. > > Signed-off-by: David Ahern Nice, applied, thanks David.