From owner-freebsd-pf@freebsd.org Mon Jul 6 14:01:03 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 A1AAEA18D for ; Mon, 6 Jul 2015 14:01:03 +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 84B801C55 for ; Mon, 6 Jul 2015 14:01:03 +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 3mQ7pj3wxwzP8x0 for ; Mon, 6 Jul 2015 10:01:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mgm51.com; s=mgm51-02; t=1436191261; bh=Y9MA5FLJ6PWNIexisDdattDzCkw6v82ORa8431n5/28=; h=Subject:Cc:From:Message-ID:Date; b=Q+PGvQeQyEA8ASr5UGnnpg8ja3Eeoy4NhfhwGM9RC/8DYBrk8CspGVKdVGoQAKtYh VhKF9TQQMQNvp9wo1As6MUTiQjvw5KIS3Jl1pFDOhO+kinc0cWZGY45Y8M3xu0VU8m sDnZ/0D8RxsMeHQse/oF7drPu870mhXBlBebVRbvFFLF0C0QnS7TjNzEloFa+28wCV QuxfF/L5j7vqb2LzUIWDWsSeG1zdSnzd7uZ4cwwO9qQPgOb91xcgXkIyapJ0URqxtJ SHxlMgGqBkdNZvtWFO0BCpo9LIouSu4urAy3Wp57H/9VPLKMKggwnjKHHyGGqkUooO sG5DX2cwPOxZQ== 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 3mQ7ph12mkz1nYR for ; Mon, 6 Jul 2015 10:01:00 -0400 (EDT) Subject: Re: counters for addresses in pfctl show table References: <55994FD7.5020200@mgm51.com> <702AE8FF-3FDC-4EAD-9E8A-9C426E4FC940@dataix.net> <55995AB4.2010109@mgm51.com> <559992E0.3050608@ogris.de> Cc: "freebsd-pf@freebsd.org" From: Mike Message-ID: <559A8A1D.80905@mgm51.com> Date: Mon, 6 Jul 2015 10:01:01 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <559992E0.3050608@ogris.de> Content-Type: text/plain; charset=windows-1252 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: Mon, 06 Jul 2015 14:01:03 -0000 On 7/5/2015 4:26 PM, Felix J. Ogris wrote: > Hi, > > add "counters" to your table definition, e.g. > > table persist counters { .... > Thanks for the reply. The addition of counters to the table definition (combined with a reload of the ruleset) did not change the output I was getting. The command # pfctl -t FullBlock -vvvvTshow still did not show the counters.