commit | b6a1d871d37a8a1beffb5432631ca77ca3712c84 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sat Dec 14 17:53:14 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 16 16:14:43 2019 -0800 |
tree | d3468c423e7c9a0f3223286485be059bb0622372 | |
parent | 20d1565203e68cd32d5db3e293e7323173ad7a0d [diff] |
mlxsw: spectrum_router: Start using new IPv4 route notifications With the new notifications mlxsw does not need to handle identical routes itself, as this is taken care of by the core IPv4 code. Instead, mlxsw only needs to take care of inserting and removing routes from the device. Convert mlxsw to use the new IPv4 route notifications and simplify the code. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>