From owner-freebsd-current@FreeBSD.ORG Tue Jun 19 22:03:09 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 359CE16A468; Tue, 19 Jun 2007 22:03:09 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0A14713C4C4; Tue, 19 Jun 2007 22:03:08 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 7E5C510CA; Tue, 19 Jun 2007 18:03:08 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 19 Jun 2007 18:03:08 -0400 X-Sasl-enc: wH/4GpwbVrGUntnN/b+lSxoY/R1tSHf+hVbBF7H0sIn0 1182290588 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 F0D89CEF; Tue, 19 Jun 2007 18:03:07 -0400 (EDT) Message-ID: <4678529A.3080308@incunabulum.net> Date: Tue, 19 Jun 2007 23:03:06 +0100 From: Bruce M Simpson User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: Daniel Eischen , Ian FREISLICH , Poul-Henning Kamp References: <46765CB9.9020105@incunabulum.net> <4676C30E.7040300@incunabulum.net> <4676C952.5000607@incunabulum.net> <4676D168.3050502@incunabulum.net> In-Reply-To: <4676D168.3050502@incunabulum.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Multicast problems [PATCH] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 22:03:09 -0000 Bruce M. Simpson wrote: > > Here is a patch which explicitly looks for an interface supporting > multicast, if no default route exists. The KASSERT should only be > triggered if the routing trie code is broken; it is still possible for > the last-resort interface lookup to fail if no loopback interface > exists, if none of the interfaces have IPv4 addresses, or if no > interfaces in the system support multicast. If this patch solves your problems without resorting to adding a 224/4 route then I shall commit it to -CURRENT. It is not relevant to RELENG_6. Please let me know... regards, BMS