Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2009 09:58:56 +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:  <200910250959.n9P9xCQu087897@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-10-25 09:58:56 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_socket.c 
  Log:
  SVN rev 198467 on 2009-10-25 09:58:56Z by bz
  
  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
  MFC after:      6 weeks
  
  Revision  Changes    Path
  1.102     +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?200910250959.n9P9xCQu087897>