Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 11:20:21 +0300 (EEST)
From:      Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
To:        Anton Yuzhaninov <citrin@citrin.ru>
Cc:        cvs-src@freebsd.org, 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:  <20060413111747.G70728@atlantis.atlantis.dp.ua>
In-Reply-To: <76269302.20060413115251@citrin.ru>
References:  <200604130650.k3D6olUu032562@repoman.freebsd.org> <76269302.20060413115251@citrin.ru>

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

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@atlantis.dp.ua
nic-hdl: LYNX-RIPE



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