commit | b2f5e7cd3dee2ed721bf0675e1a1ddebb849aee6 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue Mar 24 16:24:51 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 24 19:49:11 2009 -0700 |
tree | a7b48c260a3cb0050ad6198c6a50b52b318dfcb8 | |
parent | 63d9950b08184e6531adceb65f64b429909cc101 [diff] |
ipv6: Fix conflict resolutions during ipv6 binding The ipv6 version of bind_conflict code calls ipv6_rcv_saddr_equal() which at times wrongly identified intersections between addresses. It particularly broke down under a few instances and caused erroneous bind conflicts. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>