CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2014/04/18 12:56:25
Modified files: sys/netinet6 : udp6_output.c Log message: Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses. Add a check for IPv4-mapped IPv6 destination addresses, like in the most recent KAME code, for non-connected sockets. This prevents packets from reaching the wire through the default route, if a reject route for ::ffff:0.0.0.0/96 isn't present. ok claudio@