commit | 160e22aa2629875c23092e38eded442002d1ebda | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Tue Jul 18 10:10:20 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 18 11:57:33 2017 -0700 |
tree | c8fa11ffc1fc98846345674bff4385cbfcdd5cef | |
parent | 58adf2c48003d1a7469fe0d0b438300ab6173031 [diff] |
mlxsw: spectrum_router: Don't create FIB node during lookup When looking up a FIB entry we shouldn't create the FIB node where it's supposed to be linked in case the node doesn't already exist. Instead, lookup the node and fail if it doesn't exist. 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>