commit | d570ee490fb18220262cfe41284d7aede797ed4f | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue May 15 16:32:39 2007 -0400 |
committer | Vladislav Yasevich <vxy@hera.kernel.org> | Wed Jun 13 20:44:41 2007 +0000 |
tree | 4b223d7dae740975118dbe79c590910dab6f647a | |
parent | 66e1e3b20cbbf99da63e6c1af0fc6d39c2ed099a [diff] |
[SCTP]: Correctly set daddr for IPv6 sockets during peeloff During peeloff of AF_INET6 socket, the inet6_sk(sk)->daddr wasn't set correctly since the code was assuming IPv4 only. Now we use a correct call to set the destination address. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Acked-by: Sridhar Samudrala <sri@us.ibm.com>