We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7563b4 commit 1bbc0c0Copy full SHA for 1bbc0c0
net/sctp/ipv6.c
@@ -546,7 +546,9 @@ static void sctp_v6_from_sk(union sctp_addr *addr, struct sock *sk)
546
{
547
addr->v6.sin6_family = AF_INET6;
548
addr->v6.sin6_port = 0;
549
+ addr->v6.sin6_flowinfo = 0;
550
addr->v6.sin6_addr = sk->sk_v6_rcv_saddr;
551
+ addr->v6.sin6_scope_id = 0;
552
}
553
554
/* Initialize sk->sk_rcv_saddr from sctp_addr. */
0 commit comments