[UDP]: Do not allow specific bind when wildcard bind exists.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Apr 2007 21:51:58 +0000 (14:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Apr 2007 21:51:58 +0000 (14:51 -0700)
When allocating local ports, do not allow a bind to a port
with a specific local address when a bind to that port with
a wildcard local address already exists.

Noticed by Linus.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found