From owner-freebsd-net@FreeBSD.ORG Thu Jan 28 09:49:49 2010 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 CD6AF1065676 for ; Thu, 28 Jan 2010 09:49:49 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 978F78FC14 for ; Thu, 28 Jan 2010 09:49:49 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id EEF27CD956; Thu, 28 Jan 2010 04:49:48 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 28 Jan 2010 04:49:48 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=viil8rwlEF6Y5Z4TIdtnMbnsvjQ=; b=QeBN5ylsI/jS7OrMWmxSQ1jg7l8mdpQWzNOMbFE4MLWEDl0s1mmQx4PzaabOlR5N6C1UCQHLCIfSxL9Yi+lb3ASdIVRYSBRb4KGk3dfBwuQgC/BM0MhJZGCD9vTVOOjuDKff9tBCttA8wAmQuI6gWJu9nmQZn+NWQtsTMiHnAUU= X-Sasl-enc: DOfHwC96d0Wl1ioV9KXtVGeUddrsBnaUelgMCeA5Yat/ 1264672188 Received: from anglepoise.lon.incunabulum.net (cpc2-dals7-0-0-cust253.hari.cable.virginmedia.com [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7740D31BC5; Thu, 28 Jan 2010 04:49:48 -0500 (EST) Message-ID: <4B615DBA.6070007@incunabulum.net> Date: Thu, 28 Jan 2010 09:49:46 +0000 From: Bruce Simpson User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100124 Thunderbird/3.0.1 MIME-Version: 1.0 To: =?UTF-8?B?TmF6ZWVtINmG2KzZhSDZhNiv2YrZhg==?= References: <7609d8391001270601m489ab6e6xe956d1539f2cbe4e@mail.gmail.com> <4B612997.8030505@incunabulum.net> <7609d8391001272323qa8694c0q9c716fc2e577eb47@mail.gmail.com> <7609d8391001272348m624201aco31f9a9ff2b3eb4e6@mail.gmail.com> In-Reply-To: <7609d8391001272348m624201aco31f9a9ff2b3eb4e6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: MROUTED: Problem with vif installation 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: Thu, 28 Jan 2010 09:49:49 -0000 Tunnel support for MROUTING was removed several FreeBSD releases ago. We followed OpenBSD with this change because DVMRP's older, naive IP-in-IP encapsulation mechanism doesn't offer any benefit, and can't be administered. Also, PIM doesn't use it, and PIM is now the industry standard. thanks, BMS