[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240708181554.4134673-1-nicolas.dichtel@6wind.com>
Date: Mon, 8 Jul 2024 20:15:06 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: David Ahern <dsahern@...nel.org>,
netdev@...r.kernel.org
Subject: [PATCH net v3 0/4] vrf: fix source address selection with route leak
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.
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 | 21 ++++--
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, 120 insertions(+), 13 deletions(-)
Comments are welcome.
Regards,
Nicolas
Powered by blists - more mailing lists