From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 16:49:22 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:1900:2254:206a::19:2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0184ED25; Mon, 27 Oct 2014 16:49:22 +0000 (UTC) Received: from butcher-nb.yandex.net (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by mx2.freebsd.org (Postfix) with ESMTP id E84223550; Mon, 27 Oct 2014 16:49:20 +0000 (UTC) Message-ID: <544E778F.3000909@FreeBSD.org> Date: Mon, 27 Oct 2014 19:49:19 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "Bjoern A. Zeeb" Subject: Re: svn commit: r273742 - head/sys/netinet6 References: <201410271615.s9RGFF9A051317@svn.freebsd.org> <77B7E340-1C0A-4322-BDF1-CA945DC64F63@FreeBSD.org> In-Reply-To: <77B7E340-1C0A-4322-BDF1-CA945DC64F63@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 16:49:22 -0000 On 27.10.2014 19:43, Bjoern A. Zeeb wrote: > > On 27 Oct 2014, at 16:15 , Andrey V. Elsukov wrote: > >> Author: ae >> Date: Mon Oct 27 16:15:15 2014 >> New Revision: 273742 >> URL: https://svnweb.freebsd.org/changeset/base/273742 >> >> Log: >> Do not automatically install routes to link-local and interface-local multicast >> addresses. > > Why? They are useless. Multicast code maintains needed routing information internally when system does join to multicast groups. -- WBR, Andrey V. Elsukov