On 9/6/16 6:01 AM, Jiri Pirko wrote: > From: Jiri Pirko <j...@mellanox.com> > > This allows to pass information about added/deleted fib entries to > whoever is interested. This is done in a very similar way as devinet > notifies address additions/removals. > > Signed-off-by: Jiri Pirko <j...@mellanox.com> > --- > include/net/ip_fib.h | 19 +++++++++++++++++++ > net/ipv4/fib_trie.c | 43 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 62 insertions(+) >
The notifier infrastructure should be generalized for use with IPv4 and IPv6. While the data will be family based, the infra can be generic.