From owner-freebsd-doc@FreeBSD.ORG Tue Sep 3 19:08:34 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B80F543; Tue, 3 Sep 2013 19:08:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 393A12FBD; Tue, 3 Sep 2013 19:08:34 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DA5BEB988; Tue, 3 Sep 2013 15:08:32 -0400 (EDT) From: John Baldwin To: freebsd-doc@freebsd.org Subject: Re: docs/162354: Improve wording in rc.conf(5) regarding network-interfaces. Date: Tue, 3 Sep 2013 14:26:34 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <201111071709.pA7H9afH025856@phallus.wzff.de> In-Reply-To: <201111071709.pA7H9afH025856@phallus.wzff.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201309031426.34775.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 Sep 2013 15:08:32 -0400 (EDT) Cc: FreeBSD-gnats-submit@freebsd.org, moritz@wzff.de X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 19:08:34 -0000 On Monday, November 07, 2011 12:09:36 pm moritz@wzff.de wrote: > > >Number: 162354 > >Category: docs > >Synopsis: Improve wording in rc.conf(5) regarding network-interfaces. > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Nov 07 19:00:22 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Moritz Wilhelmy > >Release: FreeBSD 9.0-RC1 amd64 > >Organization: > >Environment: > >Description: > According to rc.conf(5), ifconfig__alias is deprecated, > because it fails if is not continuously increasing (i.e. if a number is > missing, the rc-scripts abort the search for bigger values of .) > It isn't specified what should be used instead; I guessed > ipv4_addrs_, but Marco Steinbach brought > /etc/start_if. to my attention, which is mentioned in the same > paragraph. This is confusing. Could someone please clarify which one of > these is supposed to be used in place of the deprecated > ifconfig__alias, especially since ipv4_addrs_ seems > not to have an equivalent ipv6_* variable? I don't think ifconfig_IF_aliasN is depreated, though you can now use ifconfig_IF_aliases as an alternate. Also, both ifconfig_IF_aliases and ifconfig_IF_aliasN handle both IPv4 and IPv6. See this commit for more details: http://svnweb.freebsd.org/base?view=revision&revision=252015 -- John Baldwin