sctp: Do not enable peer IPv6 address support on PF_INET socket
authorWei Yongjun <yjwei@cn.fujitsu.com>
Fri, 9 May 2008 22:11:17 +0000 (15:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 May 2008 10:11:43 +0000 (03:11 -0700)
commit6e40a915de82e00d18f75941e531b40c4e0d94c4
treed91e7d32ed92a323c588bd3583d7c9378784c53e
parentf9af857489cc19ee3acd0d5248dca7d243e353a5
sctp: Do not enable peer IPv6 address support on PF_INET socket

If socket is create by PF_INET type, it can not used IPv6 address to
send/recv DATA, So we can not used IPv6 address even if peer tell us it
support IPv6 address.
This patch fix to only enabled peer IPv6 address support on PF_INET6 socket.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_make_chunk.c