From owner-freebsd-net@freebsd.org Thu Jun 25 05:52:13 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3516098CB30 for ; Thu, 25 Jun 2015 05:52:13 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [IPv6:2a02:6b8:0:1819::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8CAF14F4 for ; Thu, 25 Jun 2015 05:52:12 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [IPv6:2a02:6b8:0:1402::118]) by forward2l.mail.yandex.net (Yandex) with ESMTP id 71CB51AC181E; Thu, 25 Jun 2015 08:52:09 +0300 (MSK) Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id E81F719000B9; Thu, 25 Jun 2015 08:52:08 +0300 (MSK) Received: from unknown (unknown [2a02:6b8:0:1495::17c]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Q7tAOvySC3-q5RqSpKl; Thu, 25 Jun 2015 08:52:05 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1435211525; bh=2PV8cFGXR1zVHCJKOWVy+pw6juMpnZ8guomUDC2IF14=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=tiOHyytc853bFlrtx3jvi3iukt3ZvEVbeTfqbl2ITuoNe8q64JgalYTjz28jwUkWJ aicDxkBpQcB3n1FJyH8mcYecpzmT3uqDLYeAPIlCsJHj11N3fVbKCZV5RywhQTO04i 87t4BpgxQ5TCYuYkBh+ovPkwKqYpJ8VYUjh6YTMk= Authentication-Results: smtp17.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <558B963C.9090302@yandex.ru> Date: Thu, 25 Jun 2015 08:48:44 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Emeric POUPON , freebsd-net@freebsd.org Subject: Re: Multicast routing questions References: <1192147789.4088965.1435134165130.JavaMail.zimbra@stormshield.eu> <886014477.4193151.1435158793240.JavaMail.zimbra@stormshield.eu> In-Reply-To: <886014477.4193151.1435158793240.JavaMail.zimbra@stormshield.eu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 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, 25 Jun 2015 05:52:13 -0000 On 24.06.2015 18:13, Emeric POUPON wrote: > Hi, > > Actually, I don't really understand why imo.imo_multicast_loop is set > to 1 in send_packet, ip_mroute.c > > It seems we don't need to loop the packet once it is mrouted? I think this can be used for the case, when on the router some app has been joined to multicast group on the specific interface used as outgoing in send_packet. -- WBR, Andrey V. Elsukov