From owner-freebsd-commit Sat Jan 6 13:11:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17593 for freebsd-commit-outgoing; Sat, 6 Jan 1996 13:11:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17582 for cvs-all-outgoing; Sat, 6 Jan 1996 13:10:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17568 for cvs-usrsbin-outgoing; Sat, 6 Jan 1996 13:10:52 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17555 Sat, 6 Jan 1996 13:10:46 -0800 (PST) Date: Sat, 6 Jan 1996 13:10:46 -0800 (PST) From: Peter Wemm Message-Id: <199601062110.NAA17555@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted callout.c cfparse.y config.c defs.h dvmrp.h igmp.c inet.c kern.c main.c mapper.c mrinfo.c mrouted.8 mrouted.conf mtrace.8 mtrace.c pathnames.h prune.c prune.h route.c route.h rsrr.c vif.c vif.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/06 13:10:45 Modified: usr.sbin/mrouted callout.c cfparse.y config.c defs.h dvmrp.h igmp.c inet.c kern.c main.c mapper.c mrinfo.c mrouted.8 mrouted.conf mtrace.8 mtrace.c pathnames.h prune.c prune.h route.c route.h rsrr.c vif.c vif.h Log: Resync our mainline to mrouted release 3.8. This will make FreeBSD boxes better behaved 'MBONE Citizens', based on a couple of the comments about the severity of fixes.. Agreed to by: wollman, fenner@parc.xerox.com Revision Changes Path 1.7 +23 -5 src/usr.sbin/mrouted/callout.c 1.3 +88 -15 src/usr.sbin/mrouted/cfparse.y 1.7 +1 -1 src/usr.sbin/mrouted/config.c 1.6 +33 -8 src/usr.sbin/mrouted/defs.h 1.5 +16 -3 src/usr.sbin/mrouted/dvmrp.h 1.9 +23 -7 src/usr.sbin/mrouted/igmp.c 1.5 +26 -5 src/usr.sbin/mrouted/inet.c 1.6 +22 -4 src/usr.sbin/mrouted/kern.c 1.7 +176 -63 src/usr.sbin/mrouted/main.c 1.6 +22 -7 src/usr.sbin/mrouted/mapper.c 1.8 +66 -45 src/usr.sbin/mrouted/mrinfo.c 1.5 +8 -3 src/usr.sbin/mrouted/mrouted.8 1.5 +7 -1 src/usr.sbin/mrouted/mrouted.conf 1.3 +23 -5 src/usr.sbin/mrouted/mtrace.8 1.7 +473 -127 src/usr.sbin/mrouted/mtrace.c 1.3 +1 -1 src/usr.sbin/mrouted/pathnames.h 1.10 +161 -193 src/usr.sbin/mrouted/prune.c 1.6 +1 -1 src/usr.sbin/mrouted/prune.h 1.6 +27 -7 src/usr.sbin/mrouted/route.c 1.5 +1 -1 src/usr.sbin/mrouted/route.h 1.4 +2 -1 src/usr.sbin/mrouted/rsrr.c 1.8 +236 -105 src/usr.sbin/mrouted/vif.c 1.5 +3 -3 src/usr.sbin/mrouted/vif.h