Merge branch 'gre-revert-ipv6-link-local-address-fix'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 20 Mar 2025 14:46:19 +0000 (15:46 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 20 Mar 2025 14:46:20 +0000 (15:46 +0100)
commit8417db0be5bb98255f69a14ca8140ad1566f8109
tree33be60d2e7be957e6d4b05f8fdaef2875cb0f3a3
parent84761651dd46c5fac3a8361736894910abddcbc3
parentfc486c2d060f67d672ddad81724f7c8a4d329570
Merge branch 'gre-revert-ipv6-link-local-address-fix'

Guillaume Nault says:

====================
gre: Revert IPv6 link-local address fix.

Following Paolo's suggestion, let's revert the IPv6 link-local address
generation fix for GRE devices. The patch introduced regressions in the
upstream CI, which are still under investigation.

Start by reverting the kselftest that depend on that fix (patch 1), then
revert the kernel code itself (patch 2).
====================

Link: https://patch.msgid.link/cover.1742418408.git.gnault@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>