Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 23:34:50 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man5 rc.conf.5 src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf
Message-ID:  <200511142334.jAENYoA4061355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2005-11-14 23:34:50 UTC

  FreeBSD src repository

  Modified files:
    share/man/man5       rc.conf.5 
    etc                  network.subr 
    etc/rc.d             netif 
    etc/defaults         rc.conf 
  Log:
  Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or
  more IPv4 address from a ranged list in CIRD notation:
  
  ipv4_addrs_ed0="192.168.0.1/24 192.168.1.1-5/28"
  
  In the process move alias processing into new ipv4_up/down functions to
  more toward a less IPv4 centric world.
  
  Submitted by:   Philipp Wuensche <cryx dash freebsd at h3q dot com>
  
  Revision  Changes    Path
  1.263     +1 -0      src/etc/defaults/rc.conf
  1.168     +58 -0     src/etc/network.subr
  1.18      +2 -2      src/etc/rc.d/netif
  1.270     +23 -3     src/share/man/man5/rc.conf.5



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