From owner-freebsd-commit Mon May 15 17:29:46 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22230 for commit-outgoing; Mon, 15 May 1995 17:29:46 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22200 for cvs-usrsbin-outgoing; Mon, 15 May 1995 17:29:33 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA22194 ; Mon, 15 May 1995 17:29:18 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id RAA00409; Mon, 15 May 1995 17:28:52 -0700 Date: Mon, 15 May 1995 17:28:52 -0700 From: "Jordan K. Hubbard" Message-Id: <199505160028.RAA00409@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/mrouted callout.c defs.h igmp.c mrinfo.c mtrace.c prune.c vif.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/15 17:28:51 Modified: usr.sbin/mrouted callout.c defs.h igmp.c mrinfo.c mtrace.c prune.c vif.c Log: A number of bug fixes to mrouted (no functionality enhancements from 3.5, just the fixes!): o Scoped addresses might let traffic in o IGMP queries sent with wrong timeouts o Possible core dump in mtrace if we get a request for which we have no route o If a member on a transit network left a group, mrouted would stop forwarding even if there was a downstream router o Various code cleanups and logging changes Reviewed by: wollman Submitted by: Bill Fenner