]> git.baikalelectronics.ru Git - kernel.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)
committerJakub Kicinski <kuba@kernel.org>
Mon, 3 Jan 2022 18:02:00 +0000 (10:02 -0800)
commit727e339f856593cf3e6f778e79b7d40c9cbc30fc
tree9eaceefc901a50f6086f4e42dcb28f893abfc44a
parent57dcc91aee2172874287c30d5f4b0c1da00073dd
ipv6: Continue processing multipath route even if gateway attribute is invalid

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: 3e7426e316cb ("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>
net/ipv6/route.c