commit | 7c550daffe22a97282effa75fe7c1f6b83563ecb | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Oct 03 11:49:27 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 04 11:10:55 2019 -0700 |
tree | 1ae072e80d39ed7d698622e471e077891efa4e90 | |
parent | a5facc4cac4dc504397428c936ef1492ce4edd19 [diff] |
net: fib_notifier: make FIB notifier per-netns Currently all users of FIB notifier only cares about events in init_net. Later in this patchset, users get interested in other namespaces too. However, for every registered block user is interested only about one namespace. Make the FIB notifier registration per-netns and avoid unnecessary calls of notifier block for other namespaces. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>