Re: [PATCH v2 net-next 2/3] net: Add extack to fib_notifier_info

2017-10-28 Thread Ido Schimmel
On Fri, Oct 27, 2017 at 05:37:13PM -0700, David Ahern wrote: > Add extack to fib_notifier_info and plumb through stack to > call_fib_rule_notifiers, call_fib_entry_notifiers and > call_fib6_entry_notifiers. This allows notifer handlers to > return messages to user. > > Signed-off-by: David Ahern

[PATCH v2 net-next 2/3] net: Add extack to fib_notifier_info

2017-10-27 Thread David Ahern
Add extack to fib_notifier_info and plumb through stack to call_fib_rule_notifiers, call_fib_entry_notifiers and call_fib6_entry_notifiers. This allows notifer handlers to return messages to user. Signed-off-by: David Ahern --- include/net/fib_notifier.h | 1 + net/core/fib_rules.c | 9 +