From owner-freebsd-net@FreeBSD.ORG Fri Jul 22 06:49:33 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 7AFFB16A42C for ; Fri, 22 Jul 2005 06:49:33 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id B103543D78 for ; Fri, 22 Jul 2005 06:49:10 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Fri, 22 Jul 2005 08:49:04 +0200 Date: Fri, 22 Jul 2005 08:49:04 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Anders Persson In-Reply-To: <91885646-8E16-4D06-91D7-307DD5836475@cs.ucla.edu> Message-ID: <20050722084700.D10603@beagle.kn.op.dlr.de> References: <91885646-8E16-4D06-91D7-307DD5836475@cs.ucla.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 22 Jul 2005 06:49:04.0936 (UTC) FILETIME=[73800280:01C58E89] Cc: freebsd-net@freebsd.org Subject: Re: interface cleanup X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 06:49:33 -0000 On Thu, 21 Jul 2005, Anders Persson wrote: AP>I have not had time to go through netgraph enough yet, but does anyone have AP>some ideas how to avoid using kvm to obtain netgraph info? Add a control message to the ng_socket type that returns you the info you need. harti