Date: Sun, 26 Nov 2000 12:47:05 -0800 (PST) From: seraf@2600.com To: freebsd-gnats-submit@FreeBSD.org Subject: misc/23118: static link-level route bug? Message-ID: <20001126204705.D52A437B479@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23118 >Category: misc >Synopsis: static link-level route bug? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 12:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominick LaTrappe >Release: 4.1-20001102-STABLE >Organization: >Environment: FreeBSD ghfggerwg 4.1-20001102-STABLE FreeBSD 4.1-20001102-STABLE #666: Sun Nov 19 14:06:59 UTC 2000 dominick@ghfggerwg:/usr/src/sys/compile/HOHEHF i386 >Description: I add a static link-level route with route(8), and when I look it up with netstat(8), the first octet of the ARP address is missing. Once this routing table entry is in place, the destination becomes unreachable, and the "use" flag on the entry never increments. >How-To-Repeat: # route add -host 10.20.30.40 -link 0:a:b:c:d:e -iface fxp0 -static add host 10.20.30.40: gateway 0:a:b:c:d:e # netstat -nr | grep 10.20.30.40 10.20.30.40 a:b:c:d:e UHLS 0 0 fxp0 ^^^^^^^^^ >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001126204705.D52A437B479>