Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2004 13:44:06 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5
Message-ID:  <200410301344.i9UDi6FW057365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-10-30 13:44:06 UTC

  FreeBSD src repository

  Modified files:
    etc                  network.subr 
    etc/rc.d             netif 
    etc/defaults         rc.conf 
    share/man/man5       rc.conf.5 
  Log:
  Allow to change interfaces name on boot time.
  Now, one should be able to put something like this into /etc/rc.conf:
  
          ifconfig_fxp0_name="net0"
          ifconfig_net0="inet 10.0.0.1/16"
  
  Reviewed by:    green
  
  Revision  Changes    Path
  1.227     +1 -0      src/etc/defaults/rc.conf
  1.157     +21 -0     src/etc/network.subr
  1.12      +3 -0      src/etc/rc.d/netif
  1.233     +6 -0      src/share/man/man5/rc.conf.5



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