From owner-cvs-src@FreeBSD.ORG Tue Aug 5 10:07:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC30737B407; Tue, 5 Aug 2003 10:07:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C7E43F93; Tue, 5 Aug 2003 10:07:05 -0700 (PDT) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h75H750U047737; Tue, 5 Aug 2003 10:07:05 -0700 (PDT) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h75H74rJ047736; Tue, 5 Aug 2003 10:07:04 -0700 (PDT) Message-Id: <200308051707.h75H74rJ047736@repoman.freebsd.org> From: Jeffrey Hsu Date: Tue, 5 Aug 2003 10:07:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 17:07:06 -0000 hsu 2003/08/05 10:07:04 PDT FreeBSD src repository Modified files: usr.bin/netstat mroute.c Log: * Use sysctlbyname(3) to print statistics about the MFC and multicast VIF tables. This change is needed for consistency with the rest of the netstat/mroute.c implementation, and because in some cases "netstat -g" may fail to report the multicast forwarding information (e.g., if we run a multicast router on PicoBSD). * Remove "DVMRP" from the head comment of file netstat/mroute.c, because the printed multicast-related statistics are not DVMRP-specific anymore. Submitted by: Pavlin Radoslavov Revision Changes Path 1.20 +24 -6 src/usr.bin/netstat/mroute.c