Module Name: src Committed By: he Date: Thu Oct 18 14:30:54 UTC 2018
Modified Files: src/external/bsd/bind/dist/lib/isc/unix: socket.c Log Message: Apply suggested fix from https://gitlab.isc.org/isc-projects/bind9/issues/589. This would on NetBSD prevent UDP replies > 1432 bytes in size transported over IPv4, because an IPv6 control message is applied on an IPv4 socket, which will subsequently be refused. Therefore, apply that control mssage only on IPv6 sockets. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/bsd/bind/dist/lib/isc/unix/socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.