From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f196.google.com ([209.85.216.196]:35177 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbeBTN4F (ORCPT ); Tue, 20 Feb 2018 08:56:05 -0500 Received: by mail-qt0-f196.google.com with SMTP id g14so16411636qti.2 for ; Tue, 20 Feb 2018 05:56:05 -0800 (PST) Received: from robot.nc.rr.com (cpe-2606-A000-111D-803E-CF1-EE96-732C-4D5.dyn6.twc.com. [2606:a000:111d:803e:cf1:ee96:732c:4d5]) by smtp.googlemail.com with ESMTPSA id z128sm19840890qkz.25.2018.02.20.05.56.03 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Feb 2018 05:56:03 -0800 (PST) From: Donald Sharp To: netdev@vger.kernel.org Subject: [PATCH net-next v2 0/1] Allow rules to track originating protocol Date: Tue, 20 Feb 2018 08:55:57 -0500 Message-Id: <20180220135558.8469-1-sharpd@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: Add the ability for the kernel to track the originating protocol for when new rules are added to the kernel. --- v1->v2 -> Address comments by David Miller to collapse patches into 1. Donald Sharp (1): net: Allow a rule to track originating protocol drivers/net/vrf.c | 1 + include/net/fib_rules.h | 3 ++- include/uapi/linux/fib_rules.h | 2 +- net/core/fib_rules.c | 7 ++++++- 4 files changed, 10 insertions(+), 3 deletions(-) -- 2.14.3