From owner-freebsd-net@FreeBSD.ORG Sat Jun 7 08:42:01 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E95031065670 for ; Sat, 7 Jun 2008 08:42:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id A58FC8FC12 for ; Sat, 7 Jun 2008 08:42:01 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id D6F541126AD; Sat, 7 Jun 2008 04:42:00 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 07 Jun 2008 04:42:00 -0400 X-Sasl-enc: LwafDAK+cSjqKbIDI36zvlWQpI0g+tsJMJZA8mgdeTPh 1212828120 Received: from empiric.lon.incunabulum.net (unknown [81.168.51.182]) by mail.messagingengine.com (Postfix) with ESMTPSA id 54C1D27421; Sat, 7 Jun 2008 04:42:00 -0400 (EDT) Message-ID: <484A49D6.1000808@FreeBSD.org> Date: Sat, 07 Jun 2008 09:41:58 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: "Archimedes S. Gaviola" References: <4849C87F.9030804@infoweapons.com> In-Reply-To: <4849C87F.9030804@infoweapons.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: [Removal of mrouted in FreeBSD-7.0] 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: Sat, 07 Jun 2008 08:42:02 -0000 Archimedes S. Gaviola wrote: > Hi! I have just read from the FreeBSD-7.0 release notes > http://www.freebsd.org/releases/7.0R/relnotes.html that the mrouted > multicast routing protocol (DVMRP implementation) has been removed > from the base system. I want to know what multicast routing protocol > will served as replacement to this? The KAME snap kit have PIM-SM and > PIM-DM implementations but are specific only to IPv6. DVMRP is something of a legacy protocol now, most deployments use PIM-SM. mrouted is still available in ports as other folk have pointed out If you want a freely available router with full multicast capability, please give XORP a try.