From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH net-next 4/6] net/ipv4: Allow notifier to fail route replace Date: Thu, 29 Mar 2018 11:23:20 +0300 Message-ID: <20180329082320.GE22733@splinter> References: <20180328012200.15175-1-dsa@cumulusnetworks.com> <20180328012200.15175-5-dsa@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, roopa@cumulusnetworks.com, shm@cumulusnetworks.com, jiri@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, andy.roulin@gmail.com To: David Ahern Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43141 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbeC2IXX (ORCPT ); Thu, 29 Mar 2018 04:23:23 -0400 Content-Disposition: inline In-Reply-To: <20180328012200.15175-5-dsa@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Mar 27, 2018 at 06:21:58PM -0700, David Ahern wrote: > Add checking to call to call_fib_entry_notifiers for IPv4 route replace. > Allows a notifier handler to fail the replace. > > Signed-off-by: David Ahern Reviewed-by: Ido Schimmel