From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kuznetsov Subject: Re: [PATCH] make ipv4 multicast packets only get delivered to sockets that are joined to group Date: Thu, 14 Sep 2006 00:20:29 +0400 Message-ID: <20060913202029.GA4666@ms2.inr.ac.ru> References: <1158156835.15449.40.camel@dantu.rdu.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff Layton , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, netdev-owner@vger.kernel.org Return-path: To: David Stevens Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello! > IPv6 behaves the same way. Actually, Linux IPv6 filters received multicasts, inet6_mc_check() does this. IPv4 does not. I remember that attempts to do this were made in the past and failed, because some applications, related to multicast routing, did expect to receive all the multicasts even though they did not join any multicast addresses. So, it was left intact. Alexey