commit | 63d9950b08184e6531adceb65f64b429909cc101 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Tue Mar 24 16:24:50 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 24 19:49:10 2009 -0700 |
tree | 2933add2118119824305ffbff647dbd6c606e020 | |
parent | 0f8d3c7ac3693d7b6c731bf2159273a59bf70e12 [diff] |
ipv6: Make v4-mapped bindings consistent with IPv4 Binding to a v4-mapped address on an AF_INET6 socket should produce the same result as binding to an IPv4 address on AF_INET socket. The two are interchangable as v4-mapped address is really a portability aid. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>