Bug fix for IPv4-mapped IPv6 addresses.

Setting IPv6 sockets with IPV6_V6ONLY flag to avoid getting IP packets
with IPv4-mapped IPv6 addresses on IPv6 sockets.
(cherry picked from commit 80a65e5f61)
This commit is contained in:
Fabrice Fontaine 2012-01-03 20:40:05 +01:00 committed by Marcelo Roberto Jimenez
parent ea7610ca3c
commit 1d753a56f6

View File

@ -255,6 +255,13 @@ Version 1.8.0
Version 1.6.15
*******************************************************************************
2012-01-04 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
Bug fix for IPv4-mapped IPv6 addresses.
Setting IPv6 sockets with IPV6_V6ONLY flag to avoid getting IP packets
with IPv4-mapped IPv6 addresses on IPv6 sockets.
2012-01-09 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
SF Bug tracker, ID: 3469344