From owner-freebsd-net@FreeBSD.ORG Tue Sep 27 20:45: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 20A6116A41F for ; Tue, 27 Sep 2005 20:45:33 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CCD43D48 for ; Tue, 27 Sep 2005 20:45:27 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j8RKgI8x092660 for freebsd-net@freebsd.org.checked; Wed, 28 Sep 2005 00:42:18 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j8RKf9wT092641; Wed, 28 Sep 2005 00:41:09 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <4339AC33.2090700@cronyx.ru> Date: Wed, 28 Sep 2005 00:31:47 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: n0g0013 References: <20050918003946.GM6440@eyore.cobbled.net> In-Reply-To: <20050918003946.GM6440@eyore.cobbled.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: the purpose/use of "opt_netgraph.h" ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Sep 2005 20:45:33 -0000 n0g0013: >could anybody enlighten me as to the purpose of the "opt_netgraph.h" >dependancy in a netgraph module? > >got some errors, added it to SRCS and it gets generated as an empty >file. think there is a minimal one in "sr" driver but can't guess >it's intent. > Defines NETGRAPH rik > > >