From owner-freebsd-net@FreeBSD.ORG Wed Feb 7 16:33:57 2007 Return-Path: X-Original-To: net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C81C16A404 for ; Wed, 7 Feb 2007 16:33:57 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1675D13C48E for ; Wed, 7 Feb 2007 16:33:57 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id DEAF81A92D6 for ; Wed, 7 Feb 2007 11:33:55 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Wed, 07 Feb 2007 11:33:55 -0500 X-Sasl-enc: +Oqli6WFUgj02ud+uRlwqdZ1i59S/yzFuWZ4DW3db/wR 1170866035 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 876E01AA8D for ; Wed, 7 Feb 2007 11:33:55 -0500 (EST) Message-ID: <45C9FF72.7090102@incunabulum.net> Date: Wed, 07 Feb 2007 16:33:54 +0000 From: Bruce M Simpson User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: net@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Who was making IPPROTO_foo dynamic? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 16:33:57 -0000 Hi, Somebody somewhere was making IP protocols dynamically loadable. I would like to make PIM the default in -CURRENT in ip_mroute.ko so that it may be dynamically loaded into GENERIC. At the moment, that isn't possible, because PIM requires hookup to ip_input() by way of a ipprotosw. Please make yourself known to me, our work overlaps... Regards, BMS