OSDN Git Service

net: fib_notifier: Add temporary events to the FIB notification chain
authorIdo Schimmel <idosch@mellanox.com>
Mon, 23 Dec 2019 13:28:12 +0000 (15:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Dec 2019 06:37:29 +0000 (22:37 -0800)
commit6b722237b656d045c0b9bab9966a5e46604258ba
tree90db307509dc90477aba55eb8b7e714ecec71731
parentaf7797785d61e1053d23764b5d3fbdf2ab926f31
net: fib_notifier: Add temporary events to the FIB notification chain

Subsequent patches are going to simplify the IPv6 route offload API,
which will only use three events - replace, delete and append.

Introduce a temporary version of replace and delete in order to make the
conversion easier to review. Note that append does not need a temporary
version, as it is currently not used.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/fib_notifier.h