Re: [PATCH net-next 4/6] net/ipv4: Allow notifier to fail route replace

2018-03-29 Thread Ido Schimmel
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

[PATCH net-next 4/6] net/ipv4: Allow notifier to fail route replace

2018-03-27 Thread David Ahern
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 --- net/ipv4/fib_trie.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index