lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <c782158a-2681-36b4-fd0e-1b99d610d802@kernel.org> Date: Thu, 11 May 2023 09:00:01 -0600 From: David Ahern <dsahern@...nel.org> To: Guillaume Nault <gnault@...hat.com>, David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com> Cc: netdev@...r.kernel.org Subject: Re: [PATCH v2 net-next 1/4] selftests: Add SO_DONTROUTE option to nettest. On 5/11/23 8:39 AM, Guillaume Nault wrote: > Add --client-dontroute and --server-dontroute options to nettest. They > allow to set the SO_DONTROUTE option to the client and server sockets > respectively. This will be used by the following patches to test > the SO_DONTROUTE kernel behaviour with TCP and UDP. > > Signed-off-by: Guillaume Nault <gnault@...hat.com> > --- > v2: Use two different options for setting SO_DONTROUTE either on the > client or on the server socket. > > tools/testing/selftests/net/nettest.c | 46 ++++++++++++++++++++++++++- > 1 file changed, 45 insertions(+), 1 deletion(-) > Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists