From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 22:31:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3614316A49A for ; Thu, 8 Jun 2006 22:31:16 +0000 (UTC) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9085843D4C for ; Thu, 8 Jun 2006 22:31:15 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4488310200045952; Thu, 8 Jun 2006 23:50:26 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 8 Jun 2006 23:50:26 +0200 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A605F5BA@royal64.emp.zapto.org> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pf buggy on 6.1-STABLE? Thread-Index: AcaLFo2YwDw7CshZR+u9ScdHQwAUbAALfxkg From: "Daniel Eriksson" To: Cc: Kian Mohageri Subject: RE: pf buggy on 6.1-STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:31:16 -0000 Kian Mohageri wrote: > 'pass quick' (non-stateful) fixed the problems but I wasn't=20 > satisfied with that for obvious reasons. The 'quick' keyword does not make the rule non-stateful, it only aborts further evaluation of the specific packet. See http://www.openbsd.org/faq/pf/filter.html#quick for more information. /Daniel Eriksson