Bug 22013

Summary: arp.4 claims ARP only over 10Mb/s Ethernet
Product: Base System Reporter: Christian Weisgerber <naddy>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Weisgerber 2000-10-16 02:40:01 UTC
The arp(4) man page erroneously claims that ARP is only used over
10Mb/s Ethernet.

Pointed out by Hans-Guenter Weigand <hgw@d1906.inka.de> and
Juergen Unger <dwalin@addict.de>.
Comment 1 brooks 2000-10-16 04:18:20 UTC
On Mon, Oct 16, 2000 at 02:49:09AM +0200, Christian Weisgerber wrote:
> The arp(4) man page erroneously claims that ARP is only used over
> 10Mb/s Ethernet.

I'll agree that the manpage is somewhat confusing and even agree with
the change, but I will point out that this is technicaly correct.  If
you look at the arp hardware type list maintained by iana at
ftp://ftp.isi.edu/in-notes/iana/assignments/arp-parameters
you will notice that the hardware number for ethernet is specificaly
assigned to 10Mbps ethernet.  This is a strange by product of the shear
ancientness of the ARP protocol.  ARP continues to work at 100 and 1000 
Mbps because Ethernet is backwards compatable.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
Comment 2 dd freebsd_committer freebsd_triage 2001-06-19 01:09:37 UTC
State Changed
From-To: open->closed

Man page has been fixed.