From owner-cvs-usrbin Sat May 10 03:04:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA28363 for cvs-usrbin-outgoing; Sat, 10 May 1997 03:04:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA28335; Sat, 10 May 1997 03:04:12 -0700 (PDT) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA22182; Sat, 10 May 1997 03:03:45 -0700 (PDT) Date: Sat, 10 May 1997 03:03:45 -0700 (PDT) Message-Id: <199705101003.DAA22182@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat ipx.c main.c route.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 97/05/10 03:03:45 Modified: usr.bin/netstat ipx.c main.c route.c Log: Add the new ipx statistics variables. Remove the dns lookup code in the ipx functions. That is bogus and slows things like netstat -r(f ipx) down, without gaining anything. Remove the ipx error protocol statistics. Revision Changes Path 1.8 +19 -6 src/usr.bin/netstat/ipx.c 1.18 +4 -8 src/usr.bin/netstat/main.c 1.26 +3 -12 src/usr.bin/netstat/route.c