From owner-freebsd-pf@FreeBSD.ORG Wed Jun 29 08:50:08 2011 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 5F6241065673 for ; Wed, 29 Jun 2011 08:50:08 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 273D68FC17 for ; Wed, 29 Jun 2011 08:50:07 +0000 (UTC) Received: by iyb11 with SMTP id 11so1181877iyb.13 for ; Wed, 29 Jun 2011 01:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8OUYTDfc5dmtmTHh0HUYjfQ4GeupjfDFY+3ZISgQrwE=; b=DV+d2mqMUVNmcO5LiuPUxrMfbk77lrLq+pKDIqlZyBk0LJDV63LTF0fuMZJuUNjTC+ REJXP6FiVUWVI3ZTAyGi0QvXBFplPJ870el5LZMP7iQ8wJnEZGfSEsWscwcj8DDbxL9H qaWCPPEBQ8TRmj0tHbiHKIYMdwoMJamixf534= MIME-Version: 1.0 Received: by 10.231.47.207 with SMTP id o15mr476120ibf.35.1309335994480; Wed, 29 Jun 2011 01:26:34 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.231.169.76 with HTTP; Wed, 29 Jun 2011 01:26:34 -0700 (PDT) In-Reply-To: <20110629044233.GB65891@pjdesk.au.alcatel-lucent.com> References: <9a542da30710161409o4732a77bybdf4ba35d7491bb@mail.gmail.com> <200710171043.08126.max@love2party.net> <9a542da30710211232v4d3c930fg8ea778a12f3f16cb@mail.gmail.com> <9a542da30710280617t11e668e2o4d122998192f71c@mail.gmail.com> <20081103060321.GA45414@server.vk2pj.dyndns.org> <9a542da30811040753m1a2728bcu365c65da8fb61721@mail.gmail.com> <20110629044233.GB65891@pjdesk.au.alcatel-lucent.com> Date: Wed, 29 Jun 2011 10:26:34 +0200 X-Google-Sender-Auth: wpfG4BFWL3f4yGHJNKrZ_4p-Klc Message-ID: From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: Peter Jeremy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-pf@freebsd.org Subject: Re: [PATCH] PF+dummynet 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: Wed, 29 Jun 2011 08:50:08 -0000 On Wed, Jun 29, 2011 at 6:42 AM, Peter Jeremy wrote: > Following up on some very old mail... > > On 2008-Nov-04 16:53:52 +0100, Ermal Lu=E7i wrote: >>actually this is the latest against RELENG_7 which is confirmed to >>work with full features of pf(4) like route-to/reply-to etc... >>http://cvs.pfsense.org/cgi-bin/cvsweb.cgi/tools/patches/RELENG_7/dummynet= .RELENG_7.diff?rev=3D1.5 >> >>The problem that is that i have yet to find time to post it here but >>since you have interes here it is. >>Its problem is that from the whole patches here >>http://cvs.pfsense.org/cgi-bin/cvsweb.cgi/tools/patches/RELENG_7/ > > I'm looking at upgrading my PF+dummynet boxes from 7.x to 8.x and > notice that there have been significant change along the way. =A0I > had a look at cvs.pfsense.org and it doesn't look like those patches > were ever updated. > > Has anyone adapted the PF+dummynet patches for 8.x or 9.x? > Well the patch is this https://github.com/bsdperimeter/pfsense-tools/blob/master/patches/RELENG_8_= 1/dummynet.RELENG_8.diff It should apply to 8.x without problems. Some manual work for any rejection might be needed because of other patches present in pfSense. But it has been widely tested and works better than previously and takes into consideration the fast_io of dummynet either. Just as a note that if you want to use pf together with ipfw enabled at layer2(net.link.ether.ipfw=3D1) there are some other tweaks to do. You can find them as well in those patches folder. > -- > Peter Jeremy > --=20 Ermal