]> www.infradead.org Git - users/hch/misc.git/commit
net: ipv6: fix dst ref loop in ila lwtunnel
authorJustin Iurman <justin.iurman@uliege.be>
Tue, 4 Mar 2025 18:10:39 +0000 (19:10 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Mar 2025 09:48:57 +0000 (10:48 +0100)
commit0e7633d7b95b67f1758aea19f8e85621c5f506a3
tree3f57406e32768f6a17fbcd85e3af3be9ec7de2c1
parentcf7ee25e70c6edfac4553d6b671e8b19db1d9573
net: ipv6: fix dst ref loop in ila lwtunnel

This patch follows commit 92191dd10730 ("net: ipv6: fix dst ref loops in
rpl, seg6 and ioam6 lwtunnels") and, on a second thought, the same patch
is also needed for ila (even though the config that triggered the issue
was pathological, but still, we don't want that to happen).

Fixes: 79ff2fc31e0f ("ila: Cache a route to translated address")
Cc: Tom Herbert <tom@herbertland.com>
Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
Link: https://patch.msgid.link/20250304181039.35951-1-justin.iurman@uliege.be
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv6/ila/ila_lwt.c