From owner-cvs-all Sun Sep 17 6:50:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83DFC37B424; Sun, 17 Sep 2000 06:50:13 -0700 (PDT) Received: (from kjc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71450; Sun, 17 Sep 2000 06:50:13 -0700 (PDT) (envelope-from kjc@FreeBSD.org) Message-Id: <200009171350.GAA71450@freefall.freebsd.org> From: Kenjiro Cho Date: Sun, 17 Sep 2000 06:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kjc 2000/09/17 06:50:13 PDT Modified files: sys/netinet ip_mroute.c Log: change the evaluation order of the rsvp socket in rsvp_input() in favor of the new-style per-vif socket. this does not affect the behavior of the ISI rsvpd but allows another rsvp implementation (e.g., KOM rsvp) to take advantage of the new style for particular sockets while using the old style for others. in the future, rsvp supporn should be replaced by more generic router-alert support. PR: kern/20984 Submitted by: Martin Karsten Reviewed by: kjc Revision Changes Path 1.60 +20 -32 src/sys/netinet/ip_mroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message