cvs commit: src/share/man/man5 rc.conf.5 src/etc network.subr
src/etc/rc.d netif src/etc/defaults rc.conf
Brooks Davis
brooks at FreeBSD.org
Mon Nov 14 23:34:51 GMT 2005
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
More information about the cvs-src
mailing list