ipv6: Fix conflict resolutions during ipv6 binding
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 24 Mar 2009 16:24:51 +0000 (16:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Mar 2009 02:49:11 +0000 (19:49 -0700)
commitb2f5e7cd3dee2ed721bf0675e1a1ddebb849aee6
treea7b48c260a3cb0050ad6198c6a50b52b318dfcb8
parent63d9950b08184e6531adceb65f64b429909cc101
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>
include/net/addrconf.h
include/net/udp.h
net/ipv4/udp.c
net/ipv6/addrconf.c
net/ipv6/udp.c