From owner-freebsd-pf@FreeBSD.ORG Mon Aug 22 06:53:32 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 2BDC316A41F for ; Mon, 22 Aug 2005 06:53:32 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from cauchy.aub.dk (mail.aub.dk [195.24.1.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45EA43D45 for ; Mon, 22 Aug 2005 06:53:29 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from localhost (localhost [127.0.0.1]) by cauchy.aub.dk (Postfix) with ESMTP id AD4F611508; Mon, 22 Aug 2005 08:53:27 +0200 (CEST) Received: from cauchy.aub.dk ([127.0.0.1]) by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21308-08; Mon, 22 Aug 2005 08:53:26 +0200 (CEST) Received: from [10.1.4.50] (jmp.aub.dk [10.1.4.50]) by cauchy.aub.dk (Postfix) with ESMTP id 498851150C; Mon, 22 Aug 2005 08:53:26 +0200 (CEST) Message-ID: <43097666.8020207@alvorlig.dk> Date: Mon, 22 Aug 2005 08:53:26 +0200 From: "J. Martin Petersen" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-pf@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at aub.dk Cc: Jason Subject: Re: Support for max-src-conn, max-src-conn-rate, overload 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, 22 Aug 2005 06:53:32 -0000 Jason wrote: > I have noticed that these features of PF are supported in OpenBSD's pf, but > not FreeBSD's pf. Is there any patch to add them, or plan to add support > for them in the future? Have I done something wrong? Thanks. pf in FreeBSD 5.x is based on what shipped with OpenBSD 3.5, the functionality you mention was added to pf on OpenBSD in 3.6 or 3.7. pf in FreeBSD 6.x will be based on pf from OpenBSD 3.7, so you'll probably find those features there (i.e. you could try the 6.0-BETA). -Martin