[SCTP]: Allow unspecified port in sctp_bindx()
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 15 May 2007 21:14:58 +0000 (17:14 -0400)
committerVladislav Yasevich <vxy@hera.kernel.org>
Wed, 13 Jun 2007 20:44:41 +0000 (20:44 +0000)
commit8b35805693e1915829355723537f99f1b8bc9cc0
tree45676c16bb89e5665528ae9c51c325a47bbbd116
parentd570ee490fb18220262cfe41284d7aede797ed4f
[SCTP]: Allow unspecified port in sctp_bindx()

Allow sctp_bindx() to accept multiple address with
unspecified port.  In this case, all addresses inherit
the first bound port.  We still catch full mis-matches.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Acked-by: Sridhar Samudrala <sri@us.ibm.com>
net/sctp/socket.c