All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ip/ip6_gre: Fix GRE tunnels not generating IPv6 link local addresses
@ 2022-12-19  1:06 Thomas Winter
  2022-12-19  1:06 ` [PATCH 1/2] ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address Thomas Winter
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Thomas Winter @ 2022-12-19  1:06 UTC (permalink / raw)
  To: davem, yoshfuji, dsahern, kuba, a, netdev, linux-kernel; +Cc: Thomas Winter

For our point-to-point GRE tunnels, they have IN6_ADDR_GEN_MODE_NONE
when they are created then we set IN6_ADDR_GEN_MODE_EUI64 when they
come up to generate the IPv6 link local address for the interface.
Recently we found that they were no longer generating IPv6 addresses.

Also, non-point-to-point tunnels were not generating any IPv6 link
local address and instead generating an IPv6 compat address,
breaking IPv6 communication on the tunnel.

These failures were caused by commit e5dd729460ca and this patch set
aims to resolve these issues.

Thomas Winter (2):
  ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local
    address
  ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link
    local address

 net/ipv6/addrconf.c | 57 ++++++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/2] ip/ip6_gre: Fix GRE tunnels not generating IPv6 link local addresses
@ 2023-01-24  3:21 Thomas Winter
  2023-01-25  3:28 ` Jakub Kicinski
  0 siblings, 1 reply; 12+ messages in thread
From: Thomas Winter @ 2023-01-24  3:21 UTC (permalink / raw)
  To: davem, yoshfuji, dsahern, pabeni, edumazet, kuba, a, netdev,
	linux-kernel
  Cc: Thomas Winter

For our point-to-point GRE tunnels, they have IN6_ADDR_GEN_MODE_NONE
when they are created then we set IN6_ADDR_GEN_MODE_EUI64 when they
come up to generate the IPv6 link local address for the interface.
Recently we found that they were no longer generating IPv6 addresses.

Also, non-point-to-point tunnels were not generating any IPv6 link
local address and instead generating an IPv6 compat address,
breaking IPv6 communication on the tunnel.

These failures were caused by commit e5dd729460ca and this patch set
aims to resolve these issues.

Thomas Winter (2):
  ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local
    address
  ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link
    local address

 net/ipv6/addrconf.c | 61 ++++++++++++++++++++++++---------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/2] ip/ip6_gre: Fix GRE tunnels not generating IPv6 link local addresses
@ 2022-12-18 21:57 Thomas Winter
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Winter @ 2022-12-18 21:57 UTC (permalink / raw)
  To: davem, yoshfuji, dsahern, kuba, a, netdev, linux-kernel; +Cc: Thomas Winter

For our point-to-point GRE tunnels, they have IN6_ADDR_GEN_MODE_NONE
when they are created then we set IN6_ADDR_GEN_MODE_EUI64 when they
come up to generate the IPv6 link local address for the interface.
Recently we found that they were no longer generating IPv6 addresses.

Also, non-point-to-point tunnels were not generating any IPv6 link
local address and instead generating an IPv6 compat address,
breaking IPv6 communication on the tunnel.

These failures were caused by commit e5dd729460ca and this patch set
aims to resolve these issues.

Thomas Winter (2):
  ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local
    address
  ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link
    local address

 net/ipv6/addrconf.c | 57 ++++++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2023-01-25  3:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19  1:06 [PATCH 0/2] ip/ip6_gre: Fix GRE tunnels not generating IPv6 link local addresses Thomas Winter
2022-12-19  1:06 ` [PATCH 1/2] ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address Thomas Winter
2022-12-20 13:16   ` Paolo Abeni
2023-01-03 22:28     ` Thomas Winter
2022-12-19  1:06 ` [PATCH 2/2] ip/ip6_gre: Fix non-point-to-point tunnel " Thomas Winter
2022-12-20  2:25 ` [PATCH 0/2] ip/ip6_gre: Fix GRE tunnels not generating IPv6 link local addresses Chris Packham
2022-12-20  2:32   ` Chris Packham
2022-12-20  3:06     ` Thomas Winter
2022-12-20  3:07       ` Chris Packham
  -- strict thread matches above, loose matches on Subject: below --
2023-01-24  3:21 Thomas Winter
2023-01-25  3:28 ` Jakub Kicinski
2022-12-18 21:57 Thomas Winter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.