Date: Sun, 17 Sep 2000 06:50:13 -0700 (PDT) From: Kenjiro Cho <kjc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c Message-ID: <200009171350.GAA71450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <Martin.Karsten@KOM.tu-darmstadt.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009171350.GAA71450>