]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: ipv6: fix dst ref loop on input in rpl lwt
authorJustin Iurman <justin.iurman@uliege.be>
Tue, 25 Feb 2025 17:51:39 +0000 (18:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 17:25:33 +0000 (18:25 +0100)
commit51946f3242815962366802fed0c489f8f5f6183b
tree652d6f152effdd1052b4b54c3e4c1099eec00789
parentbc9ca8a185101bd5222c6c17ddb4d6539cf7b4d9
net: ipv6: fix dst ref loop on input in rpl lwt

[ Upstream commit 13e55fbaec176119cff68a7e1693b251c8883c5f ]

Prevent a dst ref loop on input in rpl_iptunnel.

Fixes: a7a29f9c361f ("net: ipv6: add rpl sr tunnel")
Cc: Alexander Aring <alex.aring@gmail.com>
Cc: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv6/rpl_iptunnel.c