From owner-cvs-src@FreeBSD.ORG Sat Feb 10 14:48:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4054616A400; Sat, 10 Feb 2007 14:48:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 315D313C474; Sat, 10 Feb 2007 14:48:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AEmhhB076046; Sat, 10 Feb 2007 14:48:44 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AEmhdp076045; Sat, 10 Feb 2007 14:48:43 GMT (envelope-from bms) Message-Id: <200702101448.l1AEmhdp076045@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 10 Feb 2007 14:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 14:48:44 -0000 bms 2007-02-10 14:48:43 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: If the rendezvous point for a group is not specified, do not send IGMPMSG_WHOLEPKT notifications to the userland PIM routing daemon, as an optimization to mitigate the effects of high multicast forwarding load. This is an experimental change, therefore it must be explicitly enabled by setting the sysctl/tunable net.inet.pim.squelch_wholepkt to a non-zero value. The tunable may be set from the loader or from within the kernel environment when loading ip_mroute.ko as a module. Submitted by: edrt See also: http://mailman.icsi.berkeley.edu/pipermail/xorp-users/2005-June/000639.html Revision Changes Path 1.128 +15 -0 src/sys/netinet/ip_mroute.c