Date: Wed, 28 Aug 1996 11:32:21 -0700 (PDT) From: Garrett Wollman <wollman> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_mib.h Message-ID: <199608281832.LAA19065@freefall.freebsd.org>
index | next in thread | raw e-mail
wollman 96/08/28 11:32:20 Modified: sys/net if_mib.h Log: Add some padding to struct ifmibdata and move the `struct ifdata' to the end of that sstructure to make evolution easier. Add definitions for the 802.3/Ethernet MIB. To implement this, simply add a `struct ifmib_iso_8802_3' somewhere in your interface's softc, point if_linkmib to it, set if_linkmiblen, and fill in the statistics with appropriate values. (I didn't want to create Yet Another Ethernet- related header file, otherwise this would have been separated out.) Revision Changes Path 1.2 +94 -2 src/sys/net/if_mib.hhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608281832.LAA19065>
