SCTP: IPv4 mapped addr not returned in SCTPv6 accept()
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Aug 2007 14:56:43 +0000 (10:56 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Aug 2007 15:19:06 +0000 (11:19 -0400)
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>

No differences found