commit | 8b35805693e1915829355723537f99f1b8bc9cc0 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue May 15 17:14:58 2007 -0400 |
committer | Vladislav Yasevich <vxy@hera.kernel.org> | Wed Jun 13 20:44:41 2007 +0000 |
tree | 45676c16bb89e5665528ae9c51c325a47bbbd116 | |
parent | d570ee490fb18220262cfe41284d7aede797ed4f [diff] |
[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>