From owner-freebsd-commit Wed Jul 26 11:05:27 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA03241 for commit-outgoing; Wed, 26 Jul 1995 11:05:27 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA03229 for cvs-sys-outgoing; Wed, 26 Jul 1995 11:05:23 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA03219 ; Wed, 26 Jul 1995 11:05:18 -0700 Date: Wed, 26 Jul 1995 11:05:18 -0700 From: "Garrett A. Wollman" Message-Id: <199507261805.LAA03219@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_mroute.c ip_output.c ip_var.h Sender: commit-owner@FreeBSD.org Precedence: bulk wollman 95/07/26 11:05:17 Modified: sys/netinet ip_mroute.c ip_output.c ip_var.h Log: Fix test for determining when RSVP is inactive in a router. (In this case, multicast options are not passed to ip_mforward().) The previous version had a wrong test, thus causing RSVP mrouters to forward RSVP messages in violation of the spec.