From owner-freebsd-pf@FreeBSD.ORG Tue Nov 29 06:22:11 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A5E16A41F for ; Tue, 29 Nov 2005 06:22:11 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (c-24-62-224-187.hsd1.nh.comcast.net [24.62.224.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA5B43D5D for ; Tue, 29 Nov 2005 06:22:10 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.98] (monster.forrie.com [192.168.1.98]) (authenticated bits=0) by forrie.com (8.13.4/8.13.4) with ESMTP id jAT6MAG2002772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 29 Nov 2005 01:22:10 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <438BF404.7030009@forrie.com> Date: Tue, 29 Nov 2005 01:24:04 -0500 From: Forrest Aldrich User-Agent: Thunderbird 1.5 (Windows/20051128) MIME-Version: 1.0 To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on server.forrie.com X-Virus-Status: Clean Subject: Using / notation in tables? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 Nov 2005 06:22:11 -0000 Is it not valid to specify in a file based table: 11.22.33.0/24 using slash notation? I looked at the PF page, and it seems ambiguious about whether this is valid or not. I'm guessing not, since I just created a GeoIP table (file-based) which has slash notation in it, and I'm getting spam hits from one of the networks already/still. If it's not valid to use / notation in file-based tables, what is the proper/better workaround for it? Thanks.