From owner-freebsd-net@FreeBSD.ORG Mon Mar 8 02:20:37 2004 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 CEF9A16A4CE; Mon, 8 Mar 2004 02:20:37 -0800 (PST) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005C343D41; Mon, 8 Mar 2004 02:20:37 -0800 (PST) (envelope-from glebius@cell.sick.ru) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.9/8.12.8) with ESMTP id i28AKYQE066329 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Mar 2004 13:20:34 +0300 (MSK) (envelope-from glebius@cell.sick.ru) Received: (from glebius@localhost) by cell.sick.ru (8.12.9/8.12.6/Submit) id i28AKX9o066328; Mon, 8 Mar 2004 13:20:33 +0300 (MSK) Date: Mon, 8 Mar 2004 13:20:33 +0300 From: Gleb Smirnoff To: Ruslan Ermilov , julian@FreeBSD.org, archie@FreeBSD.org Message-ID: <20040308102033.GA66247@cell.sick.ru> Mail-Followup-To: Gleb Smirnoff , Ruslan Ermilov , julian@freebsd.org, archie@freebsd.org, freebsd-net@freebsd.org References: <200403072302.i27N2StR008804@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200403072302.i27N2StR008804@freefall.freebsd.org> User-Agent: Mutt/1.5.6i cc: freebsd-net@FreeBSD.org Subject: Re: kern/63864: [patch] new control message for ng_iface(4) - getifindex 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, 08 Mar 2004 10:20:38 -0000 On Sun, Mar 07, 2004 at 03:02:28PM -0800, Ruslan Ermilov wrote: R> Synopsis: [patch] new control message for ng_iface(4) - getifindex R> R> State-Changed-From-To: open->closed R> State-Changed-By: ru R> State-Changed-When: Sun Mar 7 15:01:03 PST 2004 R> State-Changed-Why: R> Committed with tiny modifications, thanks! I have one more idea. Currently we have got 3 interface nodes: ng_ether, ng_iface, ng_eiface. 2 of them already support "getifindex" message, imagine I (or someone else) send you patch tomorrow, which adds support to ng_eiface. OK, now all three support. May be in future some new interface nodes will be developed. Imagine the following: you have node, which is connected to some generic interface (it doesn't know which node type exactly). This node wants to determine interface index of attached interfac. It would send 3 "getifindex" messages with 3 different cookies. Two of messages will always fail, and one return. This is not nice. What I suggest: create a new semi-generic cookie NGM_GENERICIFACE_COOKIE, which will be supported by all interface nodes. Put NGM_GENERICIFACE_GETIFINDEX message under NGM_GENERICIFACE_COOKIE case brackets. If you like this idea, please reply me. And I'll send patches. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE