netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] gre: Fix default IPv6 multicast route creation.
@ 2025-07-09 14:30 Guillaume Nault
  2025-07-09 14:30 ` [PATCH net 1/2] gre: Fix " Guillaume Nault
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Guillaume Nault @ 2025-07-09 14:30 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet
  Cc: netdev, Simon Horman, David Ahern, Ido Schimmel, Aiden Yang,
	Gary Guo

When fixing IPv6 link-local address generation on GRE devices with
commit 3e6a0243ff00 ("gre: Fix again IPv6 link-local address
generation."), I accidentally broke the default IPv6 multicast route
creation on these GRE devices.

Fix that in patch 1, making the GRE specific code yet a bit closer to
the generic code used by most other network interface types.

Then extend the selftest in patch 2 to cover this case.

Guillaume Nault (2):
  gre: Fix IPv6 multicast route creation.
  selftests: Add IPv6 multicast route generation tests for GRE devices.

 net/ipv6/addrconf.c                           |  9 ++-----
 .../testing/selftests/net/gre_ipv6_lladdr.sh  | 27 ++++++++++++-------
 2 files changed, 19 insertions(+), 17 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-11 17:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 14:30 [PATCH net 0/2] gre: Fix default IPv6 multicast route creation Guillaume Nault
2025-07-09 14:30 ` [PATCH net 1/2] gre: Fix " Guillaume Nault
2025-07-10 11:32   ` Ido Schimmel
2025-07-10 12:57   ` Gary Guo
2025-07-11 17:07     ` Guillaume Nault
2025-07-09 14:30 ` [PATCH net 2/2] selftests: Add IPv6 multicast route generation tests for GRE devices Guillaume Nault
2025-07-10 11:33   ` Ido Schimmel
2025-07-11 16:56     ` Guillaume Nault
2025-07-11  1:30 ` [PATCH net 0/2] gre: Fix default IPv6 multicast route creation patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).