From owner-cvs-all Sun Jan 17 18:09:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15996 for cvs-all-outgoing; Sun, 17 Jan 1999 18:09:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15985; Sun, 17 Jan 1999 18:09:16 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28445; Sun, 17 Jan 1999 18:09:16 -0800 (PST) Date: Sun, 17 Jan 1999 18:09:16 -0800 (PST) Message-Id: <199901180209.SAA28445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat main.c mroute.c netstat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/01/17 18:09:16 PST Modified files: usr.bin/netstat main.c mroute.c netstat.h Log: Don't use ip_mrtproto to determine whether multicast routing is in the kernel; this was left over from the earlier protocol-dependent kernel multicast routing code. Learn how to handle the malloc'd multicast routing table (instead of expecting it to be in mbufs) Revision Changes Path 1.23 +11 -15 src/usr.bin/netstat/main.c 1.9 +19 -66 src/usr.bin/netstat/mroute.c 1.10 +2 -2 src/usr.bin/netstat/netstat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message