Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 00:25:52 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc network.subr src/etc/defaults rc.conf
Message-ID:  <201105310026.p4V0Q5X7077075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-05-31 00:25:52 UTC

  FreeBSD src repository

  Modified files:
    etc                  network.subr 
    etc/defaults         rc.conf 
  Log:
  SVN rev 222515 on 2011-05-31 00:25:52Z by bz
  
  No logner set an IPv4 loopback address by default in defaults/rc.conf.
  If not specified, network.subr will add it automatically if we have
  INET support (1).
  
  In network.subr only call the address family up/down functions
  if the respective AF is available.
  
  Switch to new kern.features variables for inet and inet6 as the
  inet sysctl tree is also available for IPv6-only kernels leading
  to unexpected results.
  
  Suggested by:   hrs (1)
  Reviewed by:    hrs
  Sponsored by:   The FreeBSD Foundation
  Sponsored by:   iXsystems
  MFC after:      20 days
  
  Revision  Changes    Path
  1.389     +1 -1      src/etc/defaults/rc.conf
  1.217     +20 -8     src/etc/network.subr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105310026.p4V0Q5X7077075>