commit | 55c894f762a1a99fca80ee55d593083d78e7e4fb | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Oct 03 11:49:28 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 04 11:10:56 2019 -0700 |
tree | 39308305a164ac2fbee70f4f110faa552ca0a7c1 | |
parent | 7c550daffe22a97282effa75fe7c1f6b83563ecb [diff] |
net: fib_notifier: propagate possible error during fib notifier registration Unlike events for registered notifier, during the registration, the errors that happened for the block being registered are not propagated up to the caller. Make sure the error is propagated for FIB rules and entries. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>