]> git.baikalelectronics.ru Git - kernel.git/commit
fib: introduce FIB notification infrastructure
authorJiri Pirko <jiri@mellanox.com>
Mon, 26 Sep 2016 10:52:29 +0000 (12:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Sep 2016 08:48:00 +0000 (04:48 -0400)
commit297994a6e67dac4c59dd90464d4912a3aee234e8
tree1866705c1e0a640e7498566173468e185d0813be
parent3f0b916a1b49158bc130f600bb4a8223dfe46cf7
fib: introduce FIB notification infrastructure

This allows to pass information about added/deleted FIB entries/rules to
whoever is interested. This is done in a very similar way as devinet
notifies address additions/removals.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_frontend.c
net/ipv4/fib_rules.c
net/ipv4/fib_trie.c