From owner-freebsd-stable@FreeBSD.ORG Wed Jul 17 11:41:34 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 787D2CD3 for ; Wed, 17 Jul 2013 11:41:34 +0000 (UTC) (envelope-from feld@freebsd.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5108CAB5 for ; Wed, 17 Jul 2013 11:41:34 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 46EB320F1C; Wed, 17 Jul 2013 07:41:33 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Wed, 17 Jul 2013 07:41:33 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=ySUdwuL/IphP37XYm8qYS4oMK2g=; b=C5x JwU9WbWRvmcgZsRPXEP/YY1iMhvonz6ibDA5FdIuS0kkE+JK9yDjiRLW7KPZ9UPc JwPiNZar27eUYufJkZJUi83F7C7dSMdTuKJk2yKj5ji3c+7hIZ145qiGdznLiM/l 4MarogkkRAFMN4OMvlKaBWzHMk9ymwwKm6Ua0li0= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1AE03B00005; Wed, 17 Jul 2013 07:41:33 -0400 (EDT) Message-Id: <1374061293.32153.140661256672461.5D4916ED@webmail.messagingengine.com> X-Sasl-Enc: aAxXOksQ2wrM912NpPY0+zoTqbcFx8XrVz+B3zttLxtR 1374061293 From: Mark Felder To: Thomas Steen Rasmussen , freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-5a449c7a In-Reply-To: <51E67B5B.5020603@gibfest.dk> References: <4c07217dc9200841dfd065a6d52849eb@mx1.enfer-du-nord.net> <20130712.160358.1330135778606339435.hrs@allbsd.org> <14677223DB6D4CD48E880520725B3552@white> <20130717.183628.1254490649724740016.hrs@allbsd.org> <51E67B5B.5020603@gibfest.dk> Subject: Re: ipv6_addrs_IF aliases in rc.conf(5) Date: Wed, 17 Jul 2013 06:41:33 -0500 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 11:41:34 -0000 On Wed, Jul 17, 2013, at 6:09, Thomas Steen Rasmussen wrote: > Hello, > > Does this work on stable/9 or only on current ? If not, are there > any plans to MFC ? I ask because I don't see the > ifconfig_IF_aliases syntax in /etc/defaults/rc.conf on a newly > built stable/9 box. > It's there in /etc/defaults/rc.conf, but maybe not very obvious: #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. It is also in the Handbook: http://www.freebsd.org/doc/en/books/handbook/configtuning-virtual-hosts.html