[SCTP]: Verify all destination ports in sctp_connectx.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 May 2007 20:34:09 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2007 20:34:09 +0000 (13:34 -0700)
We need to make sure that all destination ports are the same, since
the association really must not connect to multiple different ports
at once.  This was reported on the sctp-impl list.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found