From owner-svn-src-head@freebsd.org Mon Dec 21 21:35:02 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68A27A4F74F; Mon, 21 Dec 2015 21:35:02 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57B80182B; Mon, 21 Dec 2015 21:35:02 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from zeppelin.tachypleus.net ([32.210.31.157]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id tBLLYrFR015452 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 21 Dec 2015 13:34:54 -0800 Subject: Re: svn commit: r292460 - head/sys/powerpc/pseries To: Gleb Smirnoff References: <201512190216.tBJ2Gclo017183@repo.freebsd.org> <20151221212409.GB92531@FreeBSD.org> Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org From: Nathan Whitehorn Message-ID: <5678707D.3060905@freebsd.org> Date: Mon, 21 Dec 2015 13:34:53 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151221212409.GB92531@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVZXGcMF9m5H03lgV7ooM4vws3savx8aCXflZLb0KO7NC0D7w4piQCFXdXlUDcCHNuU0qe0Cn4FKBdelxvV07/erlSXlTgvn7xI= X-Sonic-ID: C;OsJMrCqo5RGwfcgxU3XIUw== M;DgjTrCqo5RGwfcgxU3XIUw== X-Spam-Flag: No X-Sonic-Spam-Details: 3.0/5.0 by cerberusd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 21:35:02 -0000 On 12/21/15 13:24, Gleb Smirnoff wrote: > Nathan, > > On Sat, Dec 19, 2015 at 02:16:38AM +0000, Nathan Whitehorn wrote: > N> Author: nwhitehorn > N> Date: Sat Dec 19 02:16:38 2015 > N> New Revision: 292460 > N> URL: https://svnweb.freebsd.org/changeset/base/292460 > N> > N> Log: > N> Provide link state reporting so that ifconfig_llan0="DHCP" works. The > N> reported link state is fictional (always up) since the hypervisor does > N> not provide this information. > N> > N> MFC after: 1 week > > Does dhclient require working ifmedia, or only the link state? For the > latter rolling over a fake ifmedia support isn't required. > It needed a reply to SIOCGIFMEDIA. I'm not sure which part of that was required, but a fake ifmedia made it easy. -Nathan