From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 14 14:20:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ACAA16A46D for ; Mon, 14 Jan 2008 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D412813C4FF for ; Mon, 14 Jan 2008 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0EEK2Mh089875 for ; Mon, 14 Jan 2008 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0EEK2kG089874; Mon, 14 Jan 2008 14:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 14 Jan 2008 14:20:02 GMT Resent-Message-Id: <200801141420.m0EEK2kG089874@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, clemens fischer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2EF816A41A for ; Mon, 14 Jan 2008 14:19:14 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: from mail-out03.broadnet-mediascape.de (mail-out03.broadnet-mediascape.de [62.206.1.20]) by mx1.freebsd.org (Postfix) with SMTP id 366A313C4E5 for ; Mon, 14 Jan 2008 14:19:13 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: (qmail 26483 invoked by uid 111); 14 Jan 2008 13:52:31 -0000 Received: from 212.99.205.87 by mail-out03 (envelope-from , uid 104) with qmail-scanner-1.25 (trophie: 7.510-1002/943/21053. Clear:RC:1(212.99.205.87):. Processed in 0.183784 secs); 14 Jan 2008 13:52:31 -0000 Received: from d463cd57.datahighways.de (HELO spotteswoode.dnsalias.org) (212.99.205.87) by mail-out03.broadnet-mediascape.de with SMTP; 14 Jan 2008 13:52:30 -0000 Received: by spotteswoode.dnsalias.org (Postfix, from userid 0) id AFC047E5BF; Mon, 14 Jan 2008 14:52:30 +0100 (CET) Message-Id: <20080114135230.AFC047E5BF@spotteswoode.dnsalias.org> Date: Mon, 14 Jan 2008 14:52:30 +0100 (CET) From: clemens fischer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clemens fischer Subject: kern/119661: [pf] "queue (someq, empy_acks)" doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: clemens fischer List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 14:20:03 -0000 >Number: 119661 >Category: kern >Synopsis: [pf] "queue (someq, empy_acks)" doesn't work >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 Jan 14 14:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: clemens fischer >Release: FreeBSD 7.0-PRERELEASE i386 >Organization: >Environment: System: FreeBSD spotteswoode.dnsalias.org 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #4: Sat Dec 29 14:03:11 CET 2007 root@spotteswoode.dnsalias.org:/usr/obj/usr/src/sys/spott_fbsd7_i386 i386 >Description: pf.conf(5) mentions the possibility of routing empty tcp acks or low-delay packets using the notation "queue (some_queue, empty_acks)" in any rule to expedite this type of packets. there are also examples in usr/share/examples/pf/ for this. the feature doesn't work. >How-To-Repeat: try a ruleset like this: altq on nic0 bandwidth 1Mb cbq queue { dflt, background, interactive, tcp_ack } queue dflt bandwidth 15% cbq(default) queue interactive bandwidth 50% priority 5 cbq(borrow) queue background bandwidth 30% priority 3 cbq(red) queue tcp_ack bandwidth 5% priority 7 cbq(borrow) ... pass out proto tcp from any to any \ queue (interactive, tcp_ack) this ruleset isn't parsed at all in that this rule doesn't appear in the listing output by "pfctl -sa". if the last line is changed to "queue interactive", the rule is listed and works. >Fix: none known. i bet it's the parser. regards, clemens >Release-Note: >Audit-Trail: >Unformatted: