]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add my little `ifinfo' program. This is sort of a cross between a
authorwollman <wollman@FreeBSD.org>
Fri, 11 Oct 1996 15:56:41 +0000 (15:56 +0000)
committerwollman <wollman@FreeBSD.org>
Fri, 11 Oct 1996 15:56:41 +0000 (15:56 +0000)
commit8c20987747a9efa25cdc08a0f1d0acce275529bb
tree0e9f3cf45073ef67a2243c75f1c806b290cbf9e5
parent317c834418c2c9756a486ef65299298c1ccff6f7
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]