From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 06:52:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF0F16A4CE for ; Thu, 26 Feb 2004 06:52:48 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6642643D39 for ; Thu, 26 Feb 2004 06:52:45 -0800 (PST) (envelope-from junsu@delphij.net) Received: from localhost (localhost [127.0.0.1]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id 1F2F752AB for ; Thu, 26 Feb 2004 22:52:42 +0800 (CST) Received: from ftp.bjpu.edu.cn ([127.0.0.1]) by localhost (ftp.bjpu.edu.cn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89394-09 for ; Thu, 26 Feb 2004 22:52:41 +0800 (CST) Received: from beastie.frontfree.net (beastie.frontfree.net [218.107.145.7]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id D3D6D52A0 for ; Thu, 26 Feb 2004 22:52:40 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 20C4E11B7F; Thu, 26 Feb 2004 22:52:40 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00335-09; Thu, 26 Feb 2004 22:51:54 +0800 (CST) Received: from mail.frontfree.net (unknown [211.161.222.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by beastie.frontfree.net (Postfix) with ESMTP id 925EA11BE5; Thu, 26 Feb 2004 22:51:50 +0800 (CST) To: "Max Laier" , current@freebsd.org References: <20040226043418.GA68438@router.laiers.local> Message-ID: Date: Thu, 26 Feb 2004 22:51:31 +0800 From: "Jun Su" Content-Type: text/plain; format=flowed; delsp=yes; charset=gbk MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20040226043418.GA68438@router.laiers.local> User-Agent: Opera M2/7.50 (Win32, build 3613) X-Virus-Scanned: by Frontfree Secure Mail II at frontfree.net X-Virus-Scanned: by amavisd-new at frontfree.net Subject: Re: HEADS UP: pf import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 14:52:48 -0000 On Thu, 26 Feb 2004 05:34:18 +0100, Max Laier wrote: > Hi, > > we started importing OpenBSD's packet filter (pf) from it's port > (security/pf). The kernel parts are done, though not linked to any > automatic build. If you want to build it already, you can build from the > corresponding module directories: > sys/modules/{pf, pflog, pfsync} Do you think if we can put three module under one folder? Like sys/modules/pf/{pf, pflog, pfsync}. ACPI modules already have such dir structure. Thanks, Jun Su