From owner-freebsd-current@FreeBSD.ORG Wed Dec 1 06:24:08 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448A3106566B for ; Wed, 1 Dec 2010 06:24:08 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CC6368FC1A for ; Wed, 1 Dec 2010 06:24:07 +0000 (UTC) Received: by wwf26 with SMTP id 26so2372539wwf.31 for ; Tue, 30 Nov 2010 22:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Oc2K8IzyFiVDs7bKxKFiWwvGlc0+Ydz9QLiHaMJwHGE=; b=vE4jKoGwPp1vLqL6BcHhfiwZbUShMpjO+/uLV47sMXHPqMoWefFDLUg9370LdnStsA oPdifpvdnNpAVZ56w8xfWWuZzpYHH3Gj3qOcVaO90llNjv2bdGobnraD9snUFJXvsjl9 uNjEgFIh/6wKBFX9CcU6ODx6tizNDZ8pVQ8/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=l8jDe7dFWcIgVgiQviZcewwP2KJIfcV1PDu+MMhR6KsVsmJ71kAGoPG5oai7HcCOMv cMacCb2PnwVSGrM/3Ga8RJ28nBMuKGMBntlG/8wpfTYNcmNPyS6c/p8idYguPxWvi/Hf ymbWG0XpEoePg+CN+uelTJqab6tY7kRyVe140= MIME-Version: 1.0 Received: by 10.216.175.18 with SMTP id y18mr8497155wel.30.1291184646643; Tue, 30 Nov 2010 22:24:06 -0800 (PST) Received: by 10.216.198.27 with HTTP; Tue, 30 Nov 2010 22:24:06 -0800 (PST) In-Reply-To: <540611291184489@web44.yandex.ru> References: <540611291184489@web44.yandex.ru> Date: Tue, 30 Nov 2010 22:24:06 -0800 Message-ID: From: Garrett Cooper To: "Ilya A. Arhipov" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: More "noise" in ifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 06:24:08 -0000 2010/11/30 Ilya A. Arhipov : > 30.11.10, 20:21, "Garrett Cooper" : > >> =A0=A0=A0=A0Just updated to HEAD and I saw the recent ifconfig, usb ethe= rnet, >> =A0et all changes: >> >> =A0$ ifconfig >> =A0usbus0: flags=3D0<> metric 0 mtu 0 >> =A0usbus1: flags=3D0<> metric 0 mtu 0 >> =A0usbus2: flags=3D0<> metric 0 mtu 0 >> =A0usbus3: flags=3D0<> metric 0 mtu 0 >> =A0msk0: flags=3D8843 metric 0 m= tu 1500 >> =A0 =A0 =A0 options=3Dc011b >> =A0 =A0 =A0 ether 00:1d:60:b6:eb:97 >> =A0 =A0 =A0 inet 192.168.20.3 netmask 0xffffff00 broadcast 192.168.20.25= 5 >> =A0 =A0 =A0 media: Ethernet autoselect (1000baseT >> =A0) >> =A0 =A0 =A0 status: active >> =A0usbus4: flags=3D0<> metric 0 mtu 0 >> =A0usbus5: flags=3D0<> metric 0 mtu 0 >> =A0usbus6: flags=3D0<> metric 0 mtu 0 >> =A0usbus7: flags=3D0<> metric 0 mtu 0 >> =A0lo0: flags=3D8049 metric 0 mtu 16384 >> =A0 =A0 =A0 options=3D3 >> =A0 =A0 =A0 inet 127.0.0.1 netmask 0xff000000 >> =A0$ ifconfig -l >> =A0usbus0 usbus1 usbus2 usbus3 msk0 usbus4 usbus5 usbus6 usbus7 lo0 >> >> =A0 =A0=A0=A0I don't have any USB ethernet devices, so I would expect us= bus, et >> =A0all to be blank, but this would break a few (dumb) scenarios we have >> =A0at my work where it goes and looks at ifconfig -l (of course I've >> =A0tried convincing others to use ifconfig -l inet instead, but that was >> =A0to no avail). >> =A0 =A0=A0=A0This could potentially break other dumb scripts as well. >> =A0 =A0=A0=A0So the question is: what are we gaining with this additiona= l, terse output? ... > Log: > =A0Don't print usbus[0-9] interfaces that it's not the interesting > =A0interface type for ifconfig(8). > svn commit: r216089 Yeah, I saw that earlier. Thanks, -Garrett