mbox series

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

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

Message

Nicolas Dichtel July 10, 2024, 8:14 a.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.

v3 -> v4:
 patch 2: set 'dev' only when needed

v2 -> v3:
 patch 1: enforce 80 columns limit
 patch 2: fix coding style
 patch 4: add tcp and udp tests

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

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

Comments are welcome.

Regards,
Nicolas

Comments

patchwork-bot+netdevbpf@kernel.org July 14, 2024, 2:41 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 10 Jul 2024 10:14:26 +0200 you wrote:
> 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.
> 
> v3 -> v4:
>  patch 2: set 'dev' only when needed
> 
> v2 -> v3:
>  patch 1: enforce 80 columns limit
>  patch 2: fix coding style
>  patch 4: add tcp and udp tests
> 
> [...]

Here is the summary with links:
  - [net,v4,1/4] ipv4: fix source address selection with route leak
    https://git.kernel.org/netdev/net/c/680735235356
  - [net,v4,2/4] ipv6: fix source address selection with route leak
    https://git.kernel.org/netdev/net/c/252442f2ae31
  - [net,v4,3/4] ipv6: take care of scope when choosing the src addr
    https://git.kernel.org/netdev/net/c/abb9a68d2c64
  - [net,v4,4/4] selftests: vrf_route_leaking: add local test
    https://git.kernel.org/netdev/net/c/39367183aecf

You are awesome, thank you!