commit | e4d1feab5df035312494ce3037ac5f041d0f5fc9 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Aug 01 10:56:43 2007 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Aug 01 11:19:06 2007 -0400 |
tree | 9ed83f1037b0df8478c29143357ea4e66314d364 | |
parent | b225b884a18a1932db5414abd3ef94a45e4e348e [diff] |
SCTP: IPv4 mapped addr not returned in SCTPv6 accept() When issuing a connect call on an AF_INET6 sctp socket with a IPv4-mapped destination, the peer address that is returned by getpeeraddr() should be v4-mapped as well. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>