From owner-cvs-user Fri Oct 11 08:58:18 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA28290 for cvs-user-outgoing; Fri, 11 Oct 1996 08:58:18 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27135; Fri, 11 Oct 1996 08:56:44 -0700 (PDT) Date: Fri, 11 Oct 1996 08:56:44 -0700 (PDT) From: Garrett Wollman Message-Id: <199610111556.IAA27135@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/tools/tools/ifinfo Makefile ifinfo.c ifinfo.h rfc1650.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/10/11 08:56:44 Added: tools/tools/ifinfo Makefile ifinfo.c ifinfo.h rfc1650.c Log: Add my little `ifinfo' program. This is sort of a cross between a diagnostic program for debugging the interface MIB and an example of how to use same. Someday, netstat should be updated to print this information in a prettier form.