From owner-freebsd-net@FreeBSD.ORG Mon Nov 10 16:11:39 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 24A2E16A4CE for ; Mon, 10 Nov 2003 16:11:39 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC71943FBD for ; Mon, 10 Nov 2003 16:11:37 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 87CB865292; Tue, 11 Nov 2003 00:11:36 +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 53304-02-4; Tue, 11 Nov 2003 00:11:36 +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 AF42865218; Tue, 11 Nov 2003 00:11:35 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id D76911F; Tue, 11 Nov 2003 00:11:34 +0000 (GMT) Date: Tue, 11 Nov 2003 00:11:34 +0000 From: Bruce M Simpson To: Hitoshi Asaeda Message-ID: <20031111001134.GB16760@saboteur.dek.spc.org> Mail-Followup-To: Hitoshi Asaeda , freebsd-net@freebsd.org References: <20031110191454.GC662@saboteur.dek.spc.org> <20031110204652.A84670@beagle.fokus.fraunhofer.de> <20031110221139.GB2441@saboteur.dek.spc.org> <20031111.003644.74740537.Hitoshi.Asaeda@sophia.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031111.003644.74740537.Hitoshi.Asaeda@sophia.inria.fr> cc: freebsd-net@freebsd.org 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: Tue, 11 Nov 2003 00:11:39 -0000 On Tue, Nov 11, 2003 at 12:36:44AM +0100, Hitoshi Asaeda wrote: > ifmcstat delievered by KAME is not sufficient? > http://www.kame.net/dev/cvsweb2.cgi/kame/kame/kame/ifmcstat/ ifmcstat only appears to report IPv6 group memberships. However, reading its manpage prompted me to try netstat -ina -- this does what I originally wanted. Thank you. However, I still think that Harti's patch is worth looking at, as expecting client programs other than netstat(1) to cough up the incantations found in intpr() on demand is too much -- there is also the fact that it relies upon being setgid kmem to discover these properties, and less of that is definitely a good thing. Regards, BMS