From owner-freebsd-net@FreeBSD.ORG Mon Nov 10 14:11:48 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEFC16A4CE; Mon, 10 Nov 2003 14:11:48 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906A43FE5; Mon, 10 Nov 2003 14:11:42 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 93D25654A2; Mon, 10 Nov 2003 22:11:41 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 52095-02-18; Mon, 10 Nov 2003 22:11:41 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id C0B4E65492; Mon, 10 Nov 2003 22:11:40 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id AE42344; Mon, 10 Nov 2003 22:11:39 +0000 (GMT) Date: Mon, 10 Nov 2003 22:11:39 +0000 From: Bruce M Simpson To: Harti Brandt Message-ID: <20031110221139.GB2441@saboteur.dek.spc.org> Mail-Followup-To: Harti Brandt , Robert Watson , freebsd-net@freebsd.org References: <20031110073822.GA20611@saboteur.dek.spc.org> <20031110191454.GC662@saboteur.dek.spc.org> <20031110204652.A84670@beagle.fokus.fraunhofer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031110204652.A84670@beagle.fokus.fraunhofer.de> cc: freebsd-net@freebsd.org cc: Robert Watson Subject: Re: Viewing multicast group membership? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 22:11:48 -0000 On Mon, Nov 10, 2003 at 08:49:40PM +0100, Harti Brandt wrote: > I have a patch that creates a sysctl that returns the per-interface > multicast address lists that mimics the sysctl that returns the interface > address lists. If you can wait until tomorrow I'll send you the patch. > This is running for more than two years on all my machines. Sounds like what I was planning to do anyway. Ok, look forward to it. :^) BMS