]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357202:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 24 Aug 2020 12:35:02 +0000 (12:35 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 24 Aug 2020 12:35:02 +0000 (12:35 +0000)
commit64aaf08f789d0187302b7a351a500a24dfca5d33
tree836f3bec52e60bc76a89d581fc786c053b9e7f3c
parent1a51b4d5f0823a37e773822f3721ac7d93765e71
MFC r357202:

Add compat.linux.ignore_ip_recverr sysctl.  This is a workaround
for missing IP_RECVERR setsockopt(2) support. Without it, DNS
resolution is broken for glibc >= 2.30 (glibc BZ #24047).

From the user point of view this fixes "yum update" on recent
CentOS 8.

Sponsored by: The FreeBSD Foundation
sys/compat/linux/linux_mib.c
sys/compat/linux/linux_mib.h
sys/compat/linux/linux_socket.c
sys/compat/linux/linux_socket.h