commit | 1669d857a25d62c6d0a6d9216e01c21287a7c844 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue Jul 03 14:29:23 2007 -0400 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jul 05 17:40:15 2007 -0700 |
tree | dfe9ae301c96947e7bde1c9a69b5d0b376901ebb | |
parent | f50f95cab735ebe2993e8d1549f0615bad05f3f2 [diff] |
SCTP: Add scope_id validation for link-local binds SCTP currently permits users to bind to link-local addresses, but doesn't verify that the scope id specified at bind matches the interface that the address is configured on. It was report that this can hang a system. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>