cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

Dmitry Pryanishnikov dmitry at atlantis.dp.ua
Thu Apr 13 08:21:50 UTC 2006


Hello!

On Thu, 13 Apr 2006, Anton Yuzhaninov wrote:
> 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"
---------------^

  This variable name is illegal. I think that intention of this commit is to
allow the following instead:

ifconfig_fxp0_10="inet 192.168.1.1/24"

as CVS log says "They are converted into '_' characters".

> Anton Yuzhaninov.
>

Sincerely, Dmitry
-- 
Atlantis ISP, System Administrator
e-mail:  dmitry at atlantis.dp.ua
nic-hdl: LYNX-RIPE


More information about the cvs-src mailing list