From owner-freebsd-commit Wed Dec 20 13:54:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19172 for freebsd-commit-outgoing; Wed, 20 Dec 1995 13:54:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19156 for cvs-all-outgoing; Wed, 20 Dec 1995 13:54:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19144 for cvs-sys-outgoing; Wed, 20 Dec 1995 13:53:57 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA19137 Wed, 20 Dec 1995 13:53:55 -0800 (PST) Date: Wed, 20 Dec 1995 13:53:55 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199512202153.NAA19137@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c in_proto.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 95/12/20 13:53:55 Modified: sys/net if.c if_ethersubr.c sys/netinet if_ether.c in_proto.c Log: in_proto.c: spell ``Internet'' right and put whitespace after commas. others: start to populate the link-layer branch of the net mib, by moving ARP to its proper place. (ARP is not a protocol family, it's an interface layer between a medium-access layer and a protocol family.) sysctl(8) needs to be taught about the structure of this branch, unless Poul-Henning implements dynamic MIB exploration soon. Revision Changes Path 1.25 +4 -1 src/sys/net/if.c 1.13 +4 -1 src/sys/net/if_ethersubr.c 1.25 +20 -20 src/sys/netinet/if_ether.c 1.24 +8 -7 src/sys/netinet/in_proto.c