From owner-freebsd-net@FreeBSD.ORG Mon Sep 19 15:39:51 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3E616A447 for ; Mon, 19 Sep 2005 15:39:51 +0000 (GMT) (envelope-from andre@netvision.com.br) Received: from mx.netvision.com.br (mx12.netvision.com.br [200.247.230.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8258F43D45 for ; Mon, 19 Sep 2005 15:39:45 +0000 (GMT) (envelope-from andre@netvision.com.br) Received: from localhost (localhost [127.0.0.1]) by mailer.netvision.com.br (Postfix) with ESMTP id D90E320D9F7; Mon, 19 Sep 2005 12:39:43 -0300 (BRT) Received: from mail.server.home (unknown [201.2.208.213]) by mx.netvision.com.br (Postfix) with ESMTP id 4D9ED1F7547; Mon, 19 Sep 2005 12:39:43 -0300 (BRT) Received: from [192.168.7.3] (unknown [192.168.7.3]) by mail.server.home (Postfix) with ESMTP id 6867D6215; Mon, 19 Sep 2005 12:44:59 -0300 (BRT) Message-ID: <432EDBAD.90704@netvision.com.br> Date: Mon, 19 Sep 2005 12:39:25 -0300 From: Andre User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <432E0908.8030101@netvision.com.br> <200509191548.37693.max@love2party.net> In-Reply-To: <200509191548.37693.max@love2party.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at netvision.com.br Cc: Max Laier Subject: Re: PF and "set limit src-nodes" error. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 15:39:51 -0000 Max Laier wrote: > On Monday 19 September 2005 02:40, Andre wrote: >>[...] >> >># echo "set limit src-nodes 1000" | pfctl -f - >>pfctl: DIOCSETLIMIT: Invalid argument >> >>[...] > > Can you please try the attached patch and report back. Seems like I missed an > initialization there :-\ It worked! Thank you!