From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 04:05:49 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id 65B1516A4E9; Thu, 16 Sep 2004 04:05:49 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 88233 invoked by alias); 18 Jun 2004 05:03:27 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 88230 invoked from network); 18 Jun 2004 05:03:27 -0000 Received: from moutng.kundenserver.de (212.227.126.183) by pd95301c6.dip.t-dialin.net with SMTP; 18 Jun 2004 05:03:27 -0000 Received: from [212.227.126.214] (helo=mxng18.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbBXH-0006gY-00 for max@vampire.homelinux.org; Fri, 18 Jun 2004 07:03:31 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng18.kundenserver.de with esmtp (Exim 3.35 #1) id 1BbBXG-0001f2-00 for max@love2party.net; Fri, 18 Jun 2004 07:03:31 +0200 Received: from localhost (localhost [127.0.0.1])ESMTP id F26E372C235; Thu, 17 Jun 2004 23:42:46 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22147-75; Thu, 17 Jun 2004 23:42:46 -0500 (EST) Received: from turing (localhost [127.0.0.1])ESMTP id 75E4B72C52D; Thu, 17 Jun 2004 23:42:46 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Thu, 17 Jun 2004 23:42:31 -0500 (EST) X-Original-To: pf4freebsd@freelists.org Delivered-To: pf4freebsd@freelists.org Received: from localhost (localhost [127.0.0.1])ESMTP id 660D072C235 for ; Thu, 17 Jun 2004 23:42:31 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21810-88 for ; Thu, 17 Jun 2004 23:42:31 -0500 (EST) Received: from mail.tecdigital.net (mail.tecdigital.net [69.20.85.249]) ESMTP id 2CE1F72C0BF for ; Thu, 17 Jun 2004 23:42:31 -0500 (EST) Received: from madd-wireless.localdomain (host-200-56-121-68.block.alestra.net.mx [200.56.121.68]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.tecdigital.net (Postfix) with ESMTP id 0B3234A022 for ; Fri, 18 Jun 2004 00:03:14 -0500 (CDT) From: Mario Doria User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline To: pf4freebsd@freelists.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406180003.12937.mariodoria@yahoo.com> X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 328 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: mariodoria@yahoo.com Precedence: normal X-list: pf4freebsd X-Virus-Scanned: by amavisd-new at freelists.org X-Provags-Forward: max@love2party.net -> max@vampire.homelinux.org X-UID: 444 X-Length: 4070 X-Mailman-Approved-At: Thu, 16 Sep 2004 04:12:49 +0000 Subject: [pf4freebsd] rl0 driver does not support altq X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 04:05:49 -0000 X-Original-Date: Fri, 18 Jun 2004 00:03:12 -0500 X-List-Received-Date: Thu, 16 Sep 2004 04:05:49 -0000 Hi all, I am getting this error while loading my pf/altq ruleset: pfctl: rl0: driver does not support altq I thought the rl driver had support, as I read it on the bottom of the page http://people.freebsd.org/~mlaier. I've built a kernel, sources from June 17, with the following: # PF device pf # required device pflog # optional device pfsync # optional # ALTQ options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ The kernel built OK, so I guess that I need to apply a diff for the rl driver to work with altq. What can I do? Can anyone help? Mario