Date: Sun, 6 Dec 2009 09:36:11 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200912060936.nB69aMGY086931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-12-06 09:36:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_socket.c Log: SVN rev 200179 on 2009-12-06 09:36:11Z by bz MFC r198467: Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux sockets no matter whether we are compiled as module or if our default of the net.inet6.ip6.v6only sysctl already matches what we would set. This avoids unnecessary complications with modules, VIMAGES, INET6 and the sysctl value, especially considering that most users will use linux compat as a module. Discussed with: kib, rwatson (weeks ago) Reviewed by: rwatson Revision Changes Path 1.101.2.2 +5 -12 src/sys/compat/linux/linux_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912060936.nB69aMGY086931>