| Summary: | arp.4 claims ARP only over 10Mb/s Ethernet | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Christian Weisgerber <naddy> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Christian Weisgerber
2000-10-16 02:40:01 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. State Changed From-To: open->closed Man page has been fixed. |