commit | 6e40a915de82e00d18f75941e531b40c4e0d94c4 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Fri May 09 15:11:17 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 03:11:43 2008 -0700 |
tree | d91e7d32ed92a323c588bd3583d7c9378784c53e | |
parent | f9af857489cc19ee3acd0d5248dca7d243e353a5 [diff] |
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>