From owner-cvs-src@FreeBSD.ORG Fri Aug 20 05:25:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB4216A4CE; Fri, 20 Aug 2004 05:25:08 +0000 (GMT) Received: from web.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EC343D1F; Fri, 20 Aug 2004 05:25:07 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.100] (xDSL-2-2.united.net.ua [193.111.9.226]) (authenticated bits=0) by web.portaone.com (8.12.8p2/8.12.8) with ESMTP id i7K5P01S046265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Aug 2004 07:25:03 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <41258B26.4060507@portaone.com> Date: Fri, 20 Aug 2004 08:24:54 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200408191838.i7JIcNI9044040@repoman.freebsd.org> In-Reply-To: <200408191838.i7JIcNI9044040@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_fw_pfil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 05:25:08 -0000 Andre Oppermann wrote: > andre 2004-08-19 18:38:23 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw_pfil.c > Log: > Give a useful error message if someone tries to compile IPFIREWALL into the > kernel without specifying PFIL_HOOKS as well. Can we just have PFIL_HOOKS enabled automagically when somebody tries to compile any sort of supported firewall (e.g. ipfw, pf or ipfilter) into kernel? -Maxim