]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or
authorBrooks Davis <brooks@FreeBSD.org>
Mon, 14 Nov 2005 23:34:50 +0000 (23:34 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 14 Nov 2005 23:34:50 +0000 (23:34 +0000)
commitcda39c01939cfb9dab1f5cc9cda31db776d9cc9e
treef08460df623c0fe4e9db71dff9c7e9dec4e7944f
parent4b01ab171d7762f7d7ef1a5a83fae13a66d244b7
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>
etc/defaults/rc.conf
etc/network.subr
etc/rc.d/netif
share/man/man5/rc.conf.5