From owner-cvs-sys Wed Aug 28 11:32:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19082 for cvs-sys-outgoing; Wed, 28 Aug 1996 11:32:27 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19065; Wed, 28 Aug 1996 11:32:21 -0700 (PDT) Date: Wed, 28 Aug 1996 11:32:21 -0700 (PDT) From: Garrett Wollman Message-Id: <199608281832.LAA19065@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_mib.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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.h