Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2001 11:29:11 +1200 (NZST)
From:      jonathan.chen@itouch.co.nz
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/26970: 4.3 netstat -r output
Message-ID:  <200104292329.f3TNTBA01095@jonc.itouch>

next in thread | raw e-mail | index | archive | help

>Number:         26970
>Category:       bin
>Synopsis:       4.3 netstat -r output missing data
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 16:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Chen
>Release:        FreeBSD 4.3 i386
>Organization:
iTouch NZ
>Environment:
System: FreeBSD jonc.itouch 4.3-STABLE FreeBSD 4.3-STABLE #1: Mon Apr 23 15:03:39 NZST 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC i386


FreeBSD 4.3-RELEASE i386

>Description:

	The output of `netstat -r' for 4.3-RELEASE onwards doesn't appear
	to include info on hosts on the local network that it has recently
	communicated with.

>How-To-Repeat:

	0:jonc-~,10:21am> uname -v
	FreeBSD 4.3-STABLE #1: Mon Apr 23 15:03:39 NZST 2001     root@jonc.itouch:/usr/obj/usr/src/sys/JONC 
	0:jonc-~,10:21am> ping 192.168.2.10
	PING 192.168.2.10 (192.168.2.10): 56 data bytes
	64 bytes from 192.168.2.10: icmp_seq=0 ttl=255 time=0.616 ms
	^C
	--- 192.168.2.10 ping statistics ---
	2 packets transmitted, 2 packets received, 0% packet loss
	round-trip min/avg/max/stddev = 0.616/0.788/0.961/0.172 ms
	0:jonc-~,10:21am> netstat -rn
	Routing tables

	Internet:
	Destination        Gateway            Flags     Refs     Use     Netif Expire
	default            192.168.2.1        UGSc        0        0      xl0
	127.0.0.1          127.0.0.1          UH          1        2      lo0
	192.168.2          link#1             UC          0        0      xl0 =>

	Internet6:
	[...]

	The 4.3 box doesn't have routing info for 192.168.2.10 listed.
	However, on a 4.2-STABLE machine, I get:

	pikachu-~,10:26am> netstat -rn 
	Routing tables

	Internet:
	Destination        Gateway            Flags     Refs     Use     Netif Expire
	default            XXX.XXX.XXX.XX     UGSc       48  4631786     fxp0
	192.168.2          link#6             UC          0        0      xl4 =>
	192.168.2.10       0:d0:b7:89:95:b6   UHLW        1    37061      xl4    698
	192.168.2.11       0:d0:b7:a9:56:3    UHLW        1     1685      xl4    811
	[...]


>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?200104292329.f3TNTBA01095>