netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] vrf: fix source address selection with route leak
@ 2024-07-05 14:52 Nicolas Dichtel
  2024-07-05 14:52 ` [PATCH net v2 1/4] ipv4: " Nicolas Dichtel
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Nicolas Dichtel @ 2024-07-05 14:52 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet
  Cc: David Ahern, netdev

For patch 1 and 2, I didn't find the exact commit that introduced this bug, but
I suspect it has been here since the first version. I arbitrarily choose one.

v1 -> v2:
 patch 2: Fix 'same_vrf' calculation
 patch 4: remove test about the topology type (only symmetric topology is
          supported now).

 include/net/ip6_route.h                          | 19 +++++++++------
 net/ipv4/fib_semantics.c                         | 11 +++++++--
 net/ipv6/addrconf.c                              |  3 ++-
 net/ipv6/ip6_output.c                            |  1 +
 net/ipv6/route.c                                 |  2 +-
 tools/testing/selftests/net/vrf_route_leaking.sh | 30 ++++++++++++++++++++++--
 6 files changed, 53 insertions(+), 13 deletions(-)

Comments are welcome.

Regards,
Nicolas

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

end of thread, other threads:[~2024-07-08 21:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 14:52 [PATCH net v2 0/4] vrf: fix source address selection with route leak Nicolas Dichtel
2024-07-05 14:52 ` [PATCH net v2 1/4] ipv4: " Nicolas Dichtel
2024-07-07 16:58   ` David Ahern
2024-07-08 18:13     ` Nicolas Dichtel
2024-07-08 20:32       ` Jakub Kicinski
2024-07-08 21:27         ` Nicolas Dichtel
2024-07-05 14:52 ` [PATCH net v2 2/4] ipv6: " Nicolas Dichtel
2024-07-07 16:58   ` David Ahern
2024-07-08 18:15     ` Nicolas Dichtel
2024-07-08 18:44       ` David Ahern
2024-07-08 21:24         ` Nicolas Dichtel
2024-07-05 14:52 ` [PATCH net v2 3/4] ipv6: take care of scope when choosing the src addr Nicolas Dichtel
2024-07-07 17:00   ` David Ahern
2024-07-05 14:52 ` [PATCH net v2 4/4] selftests: vrf_route_leaking: add local ping test Nicolas Dichtel
2024-07-07 17:01   ` David Ahern

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).