Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA09975; Wed, 20 Dec 95 16:54:58 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA25263; Wed, 20 Dec 95 16:54:58 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA22837; Wed, 20 Dec 1995 16:54:48 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id NAA19159
          for cvs-committers-outgoing; Wed, 20 Dec 1995 13:54:01 -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" <wollman@freefall.freebsd.org>
Message-Id: <199512202153.NAA19137@freefall.freebsd.org>
To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject: cvs commit: src/sys/netinet if_ether.c in_proto.c
Sender: owner-cvs-committers@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
