[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167461441717.2895.2981409753488921522.git-patchwork-notify@kernel.org>
Date: Wed, 25 Jan 2023 02:40:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Cc: netdev@...r.kernel.org, linux-sctp@...r.kernel.org,
lucien.xin@...il.com, borrello@...g.uniroma1.it
Subject: Re: [PATCH net] sctp: fail if no bound addresses can be used for a given
scope
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 23 Jan 2023 14:59:33 -0300 you wrote:
> Currently, if you bind the socket to something like:
> servaddr.sin6_family = AF_INET6;
> servaddr.sin6_port = htons(0);
> servaddr.sin6_scope_id = 0;
> inet_pton(AF_INET6, "::1", &servaddr.sin6_addr);
>
> And then request a connect to:
> connaddr.sin6_family = AF_INET6;
> connaddr.sin6_port = htons(20000);
> connaddr.sin6_scope_id = if_nametoindex("lo");
> inet_pton(AF_INET6, "fe88::1", &connaddr.sin6_addr);
>
> [...]
Here is the summary with links:
- [net] sctp: fail if no bound addresses can be used for a given scope
https://git.kernel.org/netdev/net/c/458e279f861d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists