From owner-freebsd-doc@FreeBSD.ORG Wed Sep 4 07:49:51 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 C8CE3C7A; Wed, 4 Sep 2013 07:49:51 +0000 (UTC) (envelope-from mw@barfooze.de) Received: from furnace.wzff.de (furnace.wzff.de [176.9.216.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87C312B1A; Wed, 4 Sep 2013 07:49:51 +0000 (UTC) Received: from mw by furnace.wzff.de with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VH7qR-00041x-4o; Wed, 04 Sep 2013 09:49:43 +0200 Date: Wed, 4 Sep 2013 09:49:43 +0200 From: Moritz Wilhelmy To: freebsd-doc@FreeBSD.org, jhb@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, hrs@FreeBSD.org Subject: Re: docs/162354: Improve wording in rc.conf(5) regarding network-interfaces. Message-ID: <20130904074943.GA15730@barfooze.de> References: <201111071709.pA7H9afH025856@phallus.wzff.de> <201309031426.34775.jhb@freebsd.org> <20130904.132235.1295886508382839266.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130904.132235.1295886508382839266.hrs@allbsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Wed, 04 Sep 2013 07:49:51 -0000 On Wed, Sep 04, 2013 at 13:22:35 +0900, Hiroki Sato wrote: > John Baldwin wrote > in <201309031426.34775.jhb@freebsd.org>: > jh> I don't think ifconfig_IF_aliasN is depreated, though you can now use > jh> ifconfig_IF_aliases as an alternate. Also, both ifconfig_IF_aliases > jh> and ifconfig_IF_aliasN handle both IPv4 and IPv6. See this commit for more > jh> details: > jh> > jh> http://svnweb.freebsd.org/base?view=revision&revision=252015 Thanks. Having both IPv6 and IPv4 in the same place with the ability to just configure an entire subnet sounds like a sane decision. > The sentence "Due to this difficult to manage behavior, the > ifconfig_IF_aliasN form is deprecated." was added back in 2005, when > ipv4_addrs_IF was added. I guess it was considered that > ipv4_addrs_IF was the replacement of ifconfig_IF_aliasN. > > I refactored it in a AF-independent manner and used > ifconfig_IF_aliases as the successor, but I did not change that part > in rc.conf(5) manual page. I think we can think both > ifconfig_IF_aliasN and ifconfig_IF_aliases are currently supported. > There is no immediate plan to remove ifconfig_IF_aliasN, at least. > > Is it reasonable to remove the sentence? I think it is. Thank you! I see the changes are already in 9.2 so I'm happy for now :) Moritz