freebsd-dev/sbin/ifconfig
jlemon 7f0f4d5129 When specifying an interface to ifconfig, first look up the interface
index, then retrieve statistics for that index, rather than retrieving
all interfaces and then looking for a matching name.  This allows the
user to refer to an interface via an alias name.

While I'm here, also perform a few assorted cleanups.
2001-10-17 18:30:13 +00:00
..
ifconfig.8 `create'' and `destroy'' are command modifiers (.Cm), not flags (.Fl). 2001-08-22 18:37:47 +00:00
ifconfig.c When specifying an interface to ifconfig, first look up the interface 2001-10-17 18:30:13 +00:00
ifconfig.h When using interfaces that support if_media, the supported media list is 2001-05-29 09:13:44 +00:00
ifieee80211.c Fix a stupid bug which resulted in a blank line in the status output if 2001-07-25 05:52:19 +00:00
ifmedia.c When using interfaces that support if_media, the supported media list is 2001-05-29 09:13:44 +00:00
ifvlan.c o Reduce userland inclusion of kernel headers -- remove unneeded include 2001-09-24 15:00:16 +00:00
Makefile Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds 2001-09-05 20:10:59 +00:00