commit | ec90ad334986fa5856d11dd272f7f22fa86c55c4 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Jan 04 16:58:15 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 04 17:18:58 2019 -0800 |
tree | d0dd9fdcda98b593123ddc60dc72855835adfc4b | |
parent | ae84e4a8eb6f0d7f3b902ce238f285e98cf2ac12 [diff] |
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address Similar to c5ee066333eb ("ipv6: Consider sk_bound_dev_if when binding a socket to an address"), binding a socket to v4 mapped addresses needs to consider if the socket is bound to a device. This problem also exists from the beginning of git history. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>