mbox series

[net,v2,0/4] vrf: fix source address selection with route leak

Message ID 20240705145302.1717632-1-nicolas.dichtel@6wind.com (mailing list archive)
Headers show
Series vrf: fix source address selection with route leak | expand

Message

Nicolas Dichtel July 5, 2024, 2:52 p.m. UTC
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