Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 11:52:51 +0400
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        cvs-src@FreeBSD.org
Cc:        Brooks Davis <brooks@FreeBSD.org>
Subject:   Re: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5
Message-ID:  <76269302.20060413115251@citrin.ru>
In-Reply-To: <200604130650.k3D6olUu032562@repoman.freebsd.org>
References:  <200604130650.k3D6olUu032562@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello Brooks,

You wrote on Thursday, April 13, 2006, 10:50:47 AM:

BD>   Modified files:
BD>     etc                  network.subr 
BD>     etc/defaults         rc.conf 
BD>     share/man/man5       rc.conf.5 
BD>   Log:
BD>   Commit the various network interface configutation updates I've been
BD>   working on.
BD>     1) Make it possible to configure interfaces with certain characters in
BD>        their names that aren't valid in shell variables.  Currently supported
BD>        characters are ".-/+".  They are converted into '_' characters.

Is it mean, that now possible to write in rc.conf

cloned_interfaces="fxp0.10"
ifconfig_fxp0.10="inet 192.168.1.1/24"

instead of writing in /etc/start_if.fxp0

/sbin/ifconfig fxp0.10 create
/sbin/ifconfig fxp0.10 inet 192.168.1.1/24

?

Thanks

-- 
 Anton Yuzhaninov.


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