Subject: Re: Finding NICnames was Re: D-Link DFE-670TXD
To: Keith Parker <kparker@xtechsolutions.net>
From: Luke Mewburn <lukem@NetBSD.org>
List: netbsd-help
Date: 11/28/2003 08:22:23
On Wed, Nov 26, 2003 at 07:36:20PM -0600, Keith Parker wrote:
  | I'm going to recommend ifconfig -a instead (thanks Mr. Shannon, et al), but 
  | will probably mention the "grep /var/run/dmesg.boot" command you pointed 
  | out just as an interesting fact.

If you want to display just the network interfaces with broadcast
capability (usually just NICs), use
	ifconfig -ab

You can get a list of such interfaces with
	ifconfig -lb
	
Cheers,
Luke.