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 34d4a2d commit dca9883Copy full SHA for dca9883
net/sctp/ipv6.c
@@ -547,7 +547,9 @@ static void sctp_v6_from_sk(union sctp_addr *addr, struct sock *sk)
547
{
548
addr->v6.sin6_family = AF_INET6;
549
addr->v6.sin6_port = 0;
550
+ addr->v6.sin6_flowinfo = 0;
551
addr->v6.sin6_addr = sk->sk_v6_rcv_saddr;
552
+ addr->v6.sin6_scope_id = 0;
553
}
554
555
/* Initialize sk->sk_rcv_saddr from sctp_addr. */
0 commit comments