From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 1 20:48:49 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215B116A4CE for ; Tue, 1 Feb 2005 20:48:49 +0000 (GMT) Received: from mailgate.uni-paderborn.de (mailgate.uni-paderborn.de [131.234.22.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEA843D48 for ; Tue, 1 Feb 2005 20:48:48 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: from dsl-213-023-206-124.arcor-ip.net ([213.23.206.124] helo=[192.168.0.23]) by mailgate.uni-paderborn.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1Cw4wl-0005xz-JS; Tue, 01 Feb 2005 21:48:27 +0100 Message-ID: <41FFEB27.80300@rfc2549.org> Date: Tue, 01 Feb 2005 21:48:39 +0100 From: Arne Schwabe User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julio Capote References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UNI-PB_FAK-EIM-MailScanner-Information: Please see http://imap.uni-paderborn.de for details X-UNI-PB_FAK-EIM-MailScanner: Found to be clean X-UNI-PB_FAK-EIM-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.208, required 4, AUTH_EIM_USER -5.00, RCVD_IN_NJABL_DUL 1.66, RCVD_IN_SORBS_DUL 0.14) X-MailScanner-From: arne@rfc2549.org cc: freebsd-hackers@freebsd.org Subject: Re: differences between bsd ifconfig and linux ifconfig... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 20:48:49 -0000 Julio Capote wrote: >I was wondering if anyone knew architecturally and fundamentally why >bsd's ifconfig can display active state information regarding the >physical medium and why linux ifconfig cant? Not to start any trolling >on which is superior, just curious about the difference. > > > Well Linux' (or gnu's?) ifconfig simply does not show it. ethtool eth0 usually shows media state on Linux systems. Well ethtool is not in the base installation of every Linux distribution but discussing about what to put into base is a holy war. (even without bringing *BSD into the discussion) Arne