Date: Sun, 17 Jan 1999 18:09:16 -0800 (PST) From: Bill Fenner <fenner@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat main.c mroute.c netstat.h Message-ID: <199901180209.SAA28445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901180209.SAA28445>