From owner-freebsd-doc Thu Apr 4 12:10: 8 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0E5637B405 for ; Thu, 4 Apr 2002 12:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34KA2a37380; Thu, 4 Apr 2002 12:10:02 -0800 (PST) (envelope-from gnats) Date: Thu, 4 Apr 2002 12:10:02 -0800 (PST) Message-Id: <200204042010.g34KA2a37380@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Mike DeGraw-Bertsch Subject: Re: docs/35604: arp(4) page mentions 10Mb/s but not 100Mb/s. Reply-To: Mike DeGraw-Bertsch Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/35604; it has been noted by GNATS. From: Mike DeGraw-Bertsch To: Brooks Davis , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/35604: arp(4) page mentions 10Mb/s but not 100Mb/s. Date: Thu, 04 Apr 2002 15:05:11 -0500 Thanks for the clarification. I've revised my patch to accurately reflect both what the ARP protocol does, and what the FreeBSD implementation does. Let me know how it looks. -Mike --- arp.4.old Thu Apr 4 11:09:54 2002 +++ arp.4 Thu Apr 4 15:01:34 2002 @@ -41,13 +41,14 @@ .Sh SYNOPSIS .Cd "pseudo-device ether" .Sh DESCRIPTION -The Address Resolution Protocol (ARP) is a protocol used to dynamically -map between Internet host addresses and 10Mb/s Ethernet addresses. -It is used by all the 10Mb/s Ethernet interface drivers. -It is not specific to Internet protocols or to 10Mb/s Ethernet, -but this implementation currently supports only that combination. +The Address Resolution Protocol (ARP) is used to dynamically +map between Protocol Addresses (such as IP addresses) and Local Network +Addresses (such as Ethernet addresses). +This implementation maps IP addresses to Ethernet, ARCnet, or Token Ring +addresses. +It is used by all the Ethernet interface drivers. .Pp -ARP caches Internet-Ethernet address mappings. +ARP caches address mappings. When an interface requests a mapping for an address not in the cache, ARP queues the message which requires the mapping and broadcasts a message on the associated network requesting the address mapping. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message