Thread (7 messages) 7 messages, 4 authors, 2023-01-25

Re: [PATCH net] sctp: fail if no bound addresses can be used for a given scope

From: patchwork-bot+netdevbpf@kernel.org
Date: 2023-01-25 02:40:23
Also in: linux-sctp

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski [off-list ref]:

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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help