cvs commit: src/etc network.subr

Ralf S. Engelschall rse at FreeBSD.org
Sun Dec 5 01:51:50 PST 2004


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


More information about the cvs-src mailing list