]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication
authorIdo Schimmel <idosch@nvidia.com>
Tue, 19 Jul 2022 12:26:26 +0000 (15:26 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Jul 2022 10:00:46 +0000 (11:00 +0100)
commit205da755ef891ff8e86bc979f1f0fe72fa5da471
treee8421b169204e71b602ddf3d8872c04b5bc3fa4c
parentbde0320a76208dc3f44ef0af0aea1f26a64edfac
mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication

mlxsw needs to distinguish nexthops with a gateway from connected
nexthops in order to write the former to the adjacency table of the
device. The check used to rely on the fact that nexthops with a gateway
have a 'link' scope whereas connected nexthops have a 'host' scope. This
is no longer correct after commit 7c0d80225cc9 ("ip: fix dflt addr
selection for connected nexthop").

Fix that by instead checking the address family of the gateway IP. This
is a more direct way and also consistent with the IPv6 counterpart in
mlxsw_sp_rt6_is_gateway().

Cc: stable@vger.kernel.org
Fixes: 7c0d80225cc9 ("ip: fix dflt addr selection for connected nexthop")
Fixes: 0b2837f003c1 ("nexthop: Add support for IPv4 nexthops")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c