Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 09:51:49 +0000 (UTC)
From:      "Ralf S. Engelschall" <rse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc network.subr
Message-ID:  <200412050951.iB59pnu2074747@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rse         2004-12-05 09:51:49 UTC

  FreeBSD src repository

  Modified files:
    etc                  network.subr 
  Log:
  Use "ifconfig -l" instead of "list_network_interfaces all" in
  ifnet_rename() to support situations where rc.conf's $network_interfaces
  variable is set to an explicit list of network interfaces (instead of
  the default "auto").
  
  Using "list_network_interfaces all" resulted in using
  $network_interfaces for both interface _renaming_ and interface
  _configuration_ which obviously cannot work either before (if the
  new name is in $network_interfaces) or after (if the old name is in
  $network_interfaces) renaming the interface.
  
  Revision  Changes    Path
  1.159     +1 -1      src/etc/network.subr



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