]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipv6: Continue processing multipath route even if gateway attribute is invalid
authorDavid Ahern <dsahern@kernel.org>
Mon, 3 Jan 2022 17:19:11 +0000 (10:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jan 2022 14:23:33 +0000 (15:23 +0100)
commitc94999cfbbbe66a08f31cd6ca1abefed7839c3ec
treeaa313cc4aff475e76b84a2729cdc66818757fba6
parent2a6a811a45fde5acb805ead4d1e942be3875b302
ipv6: Continue processing multipath route even if gateway attribute is invalid

[ Upstream commit e30a845b0376eb51c9c94f56bbd53b2e08ba822f ]

ip6_route_multipath_del loop continues processing the multipath
attribute even if delete of a nexthop path fails. For consistency,
do the same if the gateway attribute is invalid.

Fixes: 1ff15a710a86 ("ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route")
Signed-off-by: David Ahern <dsahern@kernel.org>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Link: https://lore.kernel.org/r/20220103171911.94739-1-dsahern@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv6/route.c