commit | ba8381236fd0fa0ab4e8383fb752c843a31dd019 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sat Dec 14 17:53:06 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 16 16:14:42 2019 -0800 |
tree | cc6b95b9354efdd9c2ddfa4ecbec2cfd1305fc6f | |
parent | 366c7bb0acf13791bef5127cf6e217386e75696d [diff] |
net: fib_notifier: Add temporary events to the FIB notification chain Subsequent patches are going to simplify the IPv4 route offload API, which will only use two events - replace and delete. Introduce a temporary version of these two events in order to make the conversion easier to review. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>