All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow rules to track originating protocol
@ 2018-02-17 12:31 Donald Sharp
  2018-02-19 16:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Donald Sharp @ 2018-02-17 12:31 UTC (permalink / raw)
  To: netdev

Add the ability for the kernel to track the originating protocol
for when new rules are added to the kernel.

Donald Sharp (2):
  net: Allow a rule to track originating protocol
  drivers: Modify vrf device to specify it's rule as RTPROT_KERNEL

 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] Allow rules to track originating protocol
  2018-02-17 12:31 [PATCH 0/2] Allow rules to track originating protocol Donald Sharp
@ 2018-02-19 16:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-02-19 16:24 UTC (permalink / raw)
  To: sharpd; +Cc: netdev

From: Donald Sharp <sharpd@cumulusnetworks.com>
Date: Sat, 17 Feb 2018 07:31:46 -0500

> Add the ability for the kernel to track the originating protocol
> for when new rules are added to the kernel.

I think you need to collapse these two patches together.

The first patch will create a situation where VRF rules cannot be
deleted properly since the protocol field is not being initialized,
and that would be a regression.

Thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-19 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-17 12:31 [PATCH 0/2] Allow rules to track originating protocol Donald Sharp
2018-02-19 16:24 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.