From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:41960 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200AbeCUPP4 (ORCPT ); Wed, 21 Mar 2018 11:15:56 -0400 Date: Wed, 21 Mar 2018 11:15:52 -0400 (EDT) Message-Id: <20180321.111552.1322071853274264739.davem@davemloft.net> To: dsahern@gmail.com Cc: nicolas.dichtel@6wind.com, netdev@vger.kernel.org, sharpd@cumulusnetworks.com Subject: Re: [PATCH net-next] fib_rules: rename FRA_PROTOCOL to FRA_ORIGINATOR From: David Miller In-Reply-To: References: <73742889-4982-410f-2128-82dcd85f1147@gmail.com> <74299bf5-ea7f-eaa9-25de-fd485fd6f9ad@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: David Ahern Date: Wed, 21 Mar 2018 09:00:09 -0600 > The rule->proto value is not used as a selector. It is passed in, stored > on a rule and returned to userspace. It is book keeping only so an admin > has some idea of which program installed the rule. This is how I understand this value to work as well.