]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc2102797f0ac4d378ef84f05f104cf0615382d1d
tree45676c16bb89e5665528ae9c51c325a47bbbd116
parent961b64d33a870c04a287417784b42d249f06bc52
[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