From owner-freebsd-pf@FreeBSD.ORG Mon May 29 21:21:08 2006 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 CBF4D16A8C6 for ; Mon, 29 May 2006 21:21:08 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mail.gundo.com (javelin.gundo.com [216.36.125.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CED443D5F for ; Mon, 29 May 2006 21:21:07 +0000 (GMT) (envelope-from pauamma@gundo.com) Received: by mail.gundo.com (Postfix, from userid 1054) id 053B8674FC; Mon, 29 May 2006 16:21:07 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.gundo.com (Postfix) with ESMTP id 027E1674F6; Mon, 29 May 2006 16:21:06 -0500 (CDT) Date: Mon, 29 May 2006 16:21:06 -0500 (CDT) From: PauAmma To: Gergely CZUCZY In-Reply-To: <20060529205143.GA17051@marvin.harmless.hu> Message-ID: References: <20060529205143.GA17051@marvin.harmless.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-pf@freebsd.org Subject: Re: Loading table data into pf at start-up 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: Mon, 29 May 2006 21:21:12 -0000 On Mon, 29 May 2006, Gergely CZUCZY wrote: > what's the problem with a ruleset like > table persist file "/etc/pf-abuse_ssh" > table persist file "/etc/goodguys" Er, nothing wrong with it, only with me for failing to spot it despite repeated readings of pf.conf(5) and eventually deciding to reinvent the wheel. D'uh. Thanks for pointing it out to me.