commit | 40796c5e8f2a93008e9034b3110a7e7b1fa0fba0 | [log] [tgz] |
---|---|---|
author | David L Stevens <dlstevens@us.ibm.com> | Wed Sep 14 21:10:20 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 14 21:10:20 2005 -0700 |
tree | 90fa0edda1ca0786fae2c043399aa3e74d2da980 | |
parent | 87375ab47cd0ba04124c6d3fd80db5c368f5dcb6 [diff] |
[IPV6]: Fix per-socket multicast filtering in sk_reuse case per-socket multicast filters were not being applied to all sockets in the case of an exact-match bound address, due to an over-exuberant "return" in the look-up code. Fix below. IPv4 does not have this problem. Thanks to Hoerdt Mickael for reporting the bug. Signed-off-by: David L Stevens <dlstevens@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>