From owner-freebsd-pf@FreeBSD.ORG Thu May 20 04:53:41 2010 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39CFD106564A for ; Thu, 20 May 2010 04:53:41 +0000 (UTC) (envelope-from cbuechler@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id E3FFB8FC0C for ; Thu, 20 May 2010 04:53:40 +0000 (UTC) Received: by qyk11 with SMTP id 11so5872711qyk.13 for ; Wed, 19 May 2010 21:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ocshJbr97HhiXhoYUcEaYysWCp44EaKhs2XwEXXhshM=; b=a9rEfVKCu/M1RW6wobR50vxssrCYJ8apy2p9IrSJ5dCOOUxuZF/RUK0tUkGEaJpu/2 tcQsjfni6mZ3iOk2GidlnrEn31FoOiv++aNPqsg46C7NDPIjDsB+QUlBGJiOkP1Hr9v+ khnjSTdOZ3JnJI7sqdhE1+w7V/y1M3YOuAN2U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=n2ie8gQCyVJScclhDig/R7fLLiDbvcnvQRdFZDL9mVZTPuPQYZ4eKZzbEElMqzsxNP 792Kv7dPh0OlMhB8pjbMwq1bbqJJUVbP6eeFngLmqCJaapxig5t6sWIy5HoXEBd5YHhA 2LKvsnvXHxfENffzShM7rkzUPIPy3GXO52SnA= MIME-Version: 1.0 Received: by 10.229.220.202 with SMTP id hz10mr2075827qcb.23.1274331219887; Wed, 19 May 2010 21:53:39 -0700 (PDT) Received: by 10.229.212.195 with HTTP; Wed, 19 May 2010 21:53:39 -0700 (PDT) In-Reply-To: <86wruzlgk0.fsf@red.stonehenge.com> References: <86wruzlgk0.fsf@red.stonehenge.com> Date: Thu, 20 May 2010 00:53:39 -0400 Message-ID: From: Chris Buechler To: "Randal L. Schwartz" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-pf@freebsd.org Subject: Re: OpenBSD 4.7's pf is not backward compatible X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 04:53:41 -0000 On Wed, May 19, 2010 at 5:36 PM, Randal L. Schwartz wrote: > > Now that OpenBSD 4.7 is out, I see that the pf has undergone a flag day. > > Are there people here actively working on incorporating this new release > into FreeBSD? > 4.5, yes. http://svn.freebsd.org/viewvc/base/user/eri/pf45/head/ 4.7, not at this moment (Ermal, Max, etc. can expand on that). > Also, how different is the pf code in FreeBSD from upstream? =A0Is it jus= t > a matter of a good three-way merge to get it to work? > It's not easy, quite a bit different.