From owner-freebsd-bugs Fri Jun 1 21: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBE7637B42C for ; Fri, 1 Jun 2001 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f52402J92865; Fri, 1 Jun 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 1 Jun 2001 21:00:02 -0700 (PDT) Message-Id: <200106020400.f52402J92865@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brooks Davis Subject: Re: bin/22064: ifconfig.8 claims ARP only on 10Mb/s Ethernet Reply-To: Brooks Davis Sender: owner-freebsd-bugs@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 bin/22064; it has been noted by GNATS. From: Brooks Davis To: freebsd-bugs@freebsd.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/22064: ifconfig.8 claims ARP only on 10Mb/s Ethernet Date: Fri, 1 Jun 2001 20:50:17 -0700 The following patch corrects this issue in a slightly more correct way (ARP works on FDDI and Token Ring, not just Ethernet.) -- Brooks Index: ifconfig.8 =================================================================== RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.8,v retrieving revision 1.39 diff -u -r1.39 ifconfig.8 --- ifconfig.8 2001/05/29 09:13:44 1.39 +++ ifconfig.8 2001/06/02 02:20:48 @@ -106,7 +106,8 @@ .\" through .\" .Ar f , .\" are specified in hexadecimal. -.\" The host number may be omitted on 10Mb/s Ethernet interfaces, +.\" The host number may be omitted on IEEE 802 protocol +.\" (Ethernet, FDDI, and Token Ring) interfaces, .\" which use the hardware physical address, .\" and on interfaces other than the first. .\" For the @@ -178,7 +179,9 @@ This is currently implemented for mapping between .Tn DARPA Internet -addresses and 10Mb/s Ethernet addresses. +addresses and +.Tn IEEE +802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses.) .It Fl arp Disable the use of the Address Resolution Protocol. .It Cm broadcast -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message