From owner-freebsd-current@FreeBSD.ORG Sat Sep 22 12:57:53 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FF3C106564A for ; Sat, 22 Sep 2012 12:57:53 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 736B08FC08 for ; Sat, 22 Sep 2012 12:57:53 +0000 (UTC) Received: from [10.0.10.3] ([173.88.198.112]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 22 Sep 2012 05:57:49 -0700 Message-ID: <505DB5CC.4010707@a1poweruser.com> Date: Sat, 22 Sep 2012 08:57:48 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Darrel References: <20120918205617.02ee281e@fabiankeil.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Sep 2012 12:57:49.0148 (UTC) FILETIME=[DE6E19C0:01CD98C1] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-current@freebsd.org Subject: Re: manual page | zpool-features X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Sep 2012 12:57:53 -0000 snip > > Actually, I am becoming suspicious that FreeBSD does not maintain a > OpenBSD Packet Firewall that survives upgrades. Perhaps I should just > take all of the Packet Firewall stuff out of my kernel and learn to use > ipfw2. > > > Darrel > > On the subject of OpenBSD Packet Firewall OpenBSD 4.5 version of PF firewall which is included with the base FreeBSD 8.x and 9.x releases is no longer supported by OpenBSD and very back level. The most current version of OpenBSD is 5.1. PF version 5.0 changed the syntax of the NAT statement making PF no longer backwards compatible which breaks some Freebsd standard, so updated versions of OpenBSD PF will no longer be mass ported to FreeBSD. Any bug fix code to OpenBSD PF will have to be incorporated by hand into FreeBSD's version of PF from this point on. The following will shine some more light on the subject. http://www.freebsd.org/cgi/query-pr.cgi?pr=167057 http://lists.freebsd.org/pipermail/freebsd-pf/2012-September/006740.html