From owner-freebsd-pf@FreeBSD.ORG Fri May 2 12:20:07 2008 Return-Path: Delivered-To: freebsd-pf@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E321106566B for ; Fri, 2 May 2008 12:20:07 +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 069518FC1D for ; Fri, 2 May 2008 12:20:07 +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 m42CK60H068979 for ; Fri, 2 May 2008 12:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m42CK62s068973; Fri, 2 May 2008 12:20:06 GMT (envelope-from gnats) Date: Fri, 2 May 2008 12:20:06 GMT Message-Id: <200805021220.m42CK62s068973@freefall.freebsd.org> To: freebsd-pf@FreeBSD.org From: Max Laier Cc: Subject: Re: kern/119661: [pf] "queue (someq, empy_acks)" doesn't work X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Max Laier 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: Fri, 02 May 2008 12:20:07 -0000 The following reply was made to PR kern/119661; it has been noted by GNATS. From: Max Laier To: bug-followup@freebsd.org, ino-news@spotteswoode.dnsalias.org Cc: Subject: Re: kern/119661: [pf] "queue (someq, empy_acks)" doesn't work Date: Fri, 2 May 2008 14:10:37 +0200 Sorry, still works for me: %echo 'pass out log (all) proto tcp from any to any flags S/SA modulate state label "27: outbound tcp keep state" queue(interactive, tcp_ack)' | pfctl -vvvf- Loaded 696 passive OS fingerprints @0 pass out log (all) proto tcp all flags S/SA modulate state label "27: outbound tcp keep state" queue(interactive, tcp_ack) %pfctl -vvsr @0 pass out log (all) proto tcp all flags S/SA modulate state label "27: outbound tcp keep state" queue(interactive, tcp_ack) [ Evaluations: 45 Packets: 0 Bytes: 0 States: 0 ] [ Inserted: uid 0 pid 1602 ] -- Max