]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add my little `ifinfo' program. This is sort of a cross between a
authorGarrett Wollman <wollman@FreeBSD.org>
Fri, 11 Oct 1996 15:56:41 +0000 (15:56 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Fri, 11 Oct 1996 15:56:41 +0000 (15:56 +0000)
commitb01aba1d41ccafda5d03b99220702903cefee3e2
tree0e9f3cf45073ef67a2243c75f1c806b290cbf9e5
parentf5b7ed3e67421e3e39d55fa12a9fef5dd6983bbb
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.
tools/tools/ifinfo/Makefile [new file with mode: 0644]
tools/tools/ifinfo/ifinfo.c [new file with mode: 0644]
tools/tools/ifinfo/ifinfo.h [new file with mode: 0644]
tools/tools/ifinfo/rfc1650.c [new file with mode: 0644]