commit | e58be79e2dc818b0e2b3c69ea3d3fefcbc8c709b | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Wed Feb 08 11:16:28 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 08 15:25:15 2017 -0500 |
tree | 621668a6300c1f08d59559ed25c52b833114fe4a | |
parent | b05d0cfa1932376dc388a0fe67564572a84374a3 [diff] |
mlxsw: spectrum_router: Nullify nexthop's neigh pointer When we invalidate a nexthop we should also invalidate its neighbour entry pointer as it might be destroyed later on. This makes the nexthop de-init function symmetric with its init and also ensures nobody will try to access the neighbour entry. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>