From: barclay_a_c <barclay_a_c@bt-web.bt.co.uk>

Subject: More information on "netstat -r
Date: Mon, 7 Jun 1993 11:57:33 +0100

Gentlemen,
I have been trying for some time now to get "netstat -r"
working from the 0.2.2 patchkit. I have the following solution to the
bug.

The symbol _radix_node_head needs to be added to the symbols.raw file
to enable the new routing table access. If this symbol is not present
then the old system us used which results in no routes being given. I
don't think that this justifies a patch in its own right but perhaps
could be added to a related patch sometime..
This commit is contained in:
Rodney W. Grimes 1993-09-05 18:30:58 +00:00
parent 2b40491738
commit 6d1dd8f2f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=391

View File

@ -1,12 +1,6 @@
# @(#)symbols.raw 7.6 (Berkeley) 5/8/91
#
# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
# -------------------- ----- ----------------------
# CURRENT PATCH LEVEL: 1 00066
# -------------------- ----- ----------------------
#
# 28 Nov 1991 Warren Toomey Let symorder -t keep some needed
# symbols used by common programs
# $Id$
#
@ -73,6 +67,7 @@
_filehead
_nfiles
_rthashsize
_radix_node_head
#routed
_ifnet
#rwho