From owner-freebsd-pf@freebsd.org Sun Jul 5 15:40:13 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 286FAA44A for ; Sun, 5 Jul 2015 15:40:13 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mcmli.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF221197 for ; Sun, 5 Jul 2015 15:40:12 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:a2:c48f:b89e:4255:ea63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3mPZ3X4zMyzP8x0 for ; Sun, 5 Jul 2015 11:40:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mgm51.com; s=mgm51-02; t=1436110808; bh=9dmc0rY7Ad6PQEgfckVGy3F8wsoG0IQ3ThRNc9oy9QA=; h=To:From:Subject:Message-ID:Date; b=CH2SJZHw7N9PDhUgltbjmO3DKEno00fAOXamfFq09AOgFxqjXkpXAYsXsK9HfmJ65 RsLuJxhn/8AXl4ymFeUjuWPjwI/9v5xFFuWY1kC1KBvh9RqsA1vHsuCIuFwfUOVmLT WHE+tP37DWuSp1grY8sOav4k7yXRAr0eSlZSXUNe2+lGJYz5Kf4SFTc+5YOR3H+VOE Sg3sVH3orF4sWFG69MlzQ/EdCaeAMWdKkHuRjaiRZXPL8WrTV5vO7Axb0yz3iWx5Yy Pk5miVpFzSloye/L3wnHRO0KqWW8X+tjluGIDZFhmyRlzy+UcH3C4he1NBibcp9gVB 6nokBXpLk52/g== Received: from [IPv6:fdcf:b715:2f4d:1:e169:387a:67ec:aa85] (unknown [IPv6:fdcf:b715:2f4d:1:e169:387a:67ec:aa85]) by sentry.24cl.com (Postfix) with ESMTP id 3mPZ3W45bDz1nYR for ; Sun, 5 Jul 2015 11:40:07 -0400 (EDT) To: freebsd-pf@freebsd.org From: Mike Subject: counters for addresses in pfctl show table Message-ID: <55994FD7.5020200@mgm51.com> Date: Sun, 5 Jul 2015 11:40:07 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 05 Jul 2015 15:40:13 -0000 10.1-RELEASE-p12 FreeBSD 10.1-RELEASE-p12 #0 r284495 I have a question about the stats in pfctl. The man page for pfctl has the following example: # pfctl -t test -vTshow 129.128.5.191 Cleared: Thu Feb 13 18:55:18 2003 In/Block: [ Packets: 0 Bytes: 0 ] In/Pass: [ Packets: 10 Bytes: 840 ] Out/Block: [ Packets: 0 Bytes: 0 ] Out/Pass: [ Packets: 10 Bytes: 840 ] Yet, when I run that same command, I do not get the counters: # pfctl -t FullBlock -vTshow No ALTQ support in kernel ALTQ related functions disabled 1.5.0.0/16 Cleared: Wed Jun 17 11:46:41 2015 14.23.51.0/24 Cleared: Wed Jun 17 11:46:41 2015 What do I need to do in order to see the counters for the individual addresses in a table? Is AltQ support needed?