git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e1e3b
)
[SCTP]: Correctly set daddr for IPv6 sockets during peeloff
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Tue, 15 May 2007 20:32:39 +0000
(16:32 -0400)
committer
Vladislav Yasevich
<vxy@hera.kernel.org>
Wed, 13 Jun 2007 20:44:41 +0000
(20:44 +0000)
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>
No differences found