From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 26 07:50:06 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70F8D16A485 for ; Mon, 26 Mar 2007 07:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3A53A13C44B for ; Mon, 26 Mar 2007 07:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2Q7o6HW020381 for ; Mon, 26 Mar 2007 07:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2Q7o6Ao020378; Mon, 26 Mar 2007 07:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 26 Mar 2007 07:50:06 GMT Resent-Message-Id: <200703260750.l2Q7o6Ao020378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, R Gruyters Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8531716A401 for ; Mon, 26 Mar 2007 07:42:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 760A113C4BC for ; Mon, 26 Mar 2007 07:42:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2Q7gf4b051753 for ; Mon, 26 Mar 2007 07:42:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2Q7benC049999; Mon, 26 Mar 2007 07:37:40 GMT (envelope-from nobody) Message-Id: <200703260737.l2Q7benC049999@www.freebsd.org> Date: Mon, 26 Mar 2007 07:37:40 GMT From: R Gruyters To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: conf/110838: tagged parameter on nat not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 07:50:06 -0000 >Number: 110838 >Category: conf >Synopsis: tagged parameter on nat not working >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 26 07:50:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: R Gruyters >Release: FreeBSD 5.5-RELEASE-p9 #3 >Organization: YIRDIS B.V. >Environment: FreeBSD 5.5-RELEASE-p9 #3: Thu Feb 22 09:22:35 CET 2007 >Description: With PF(4) is possible to set tagged parameters during nat, rdr or binat rules. This works on FreeBSD 6.2, but it doesn't work on FreeBSD 5.2. >How-To-Repeat: I have set the following entries in my pf.conf: [pf.conf] nat on bge0 inet from 10.8.0.0/24 to any tagged OUT -> 82.148.219.109 block all pass in quick on bge1 inet from 10.8.0.0/24 to any tag OUT keep state [/pf.conf] then tried to load them: # pfctl -f /etc/pf.conf bla:2: syntax error # >Fix: At the moment I don't have any work around, although it does work on FreeBSD 6.2. >Release-Note: >Audit-Trail: >Unformatted: