From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 04:07:54 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id EE4C116A4CF; Thu, 16 Sep 2004 04:07:54 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 29135 invoked by alias); 22 Jun 2004 20:37:38 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 29132 invoked from network); 22 Jun 2004 20:37:38 -0000 Received: from moutng.kundenserver.de (212.227.126.183) by p548085b6.dip.t-dialin.net with SMTP; 22 Jun 2004 20:37:38 -0000 Received: from [212.227.126.211] (helo=mxng15.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bcs1T-0004yL-00 for max@vampire.homelinux.org; Tue, 22 Jun 2004 22:37:39 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng15.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bcs1S-0001PE-00 for max@love2party.net; Tue, 22 Jun 2004 22:37:38 +0200 Received: from localhost (localhost [127.0.0.1])ESMTP id 435BD72C111; Tue, 22 Jun 2004 15:16:10 -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 19731-04; Tue, 22 Jun 2004 15:16:10 -0500 (EST) Received: from turing (localhost [127.0.0.1])ESMTP id 984ED72C850; Tue, 22 Jun 2004 15:16:09 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Tue, 22 Jun 2004 15:15:53 -0500 (EST) X-Original-To: pf4freebsd@freelists.org Delivered-To: pf4freebsd@freelists.org Received: from localhost (localhost [127.0.0.1])ESMTP id D225972C111 for ; Tue, 22 Jun 2004 15:15:52 -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 19064-03 for ; Tue, 22 Jun 2004 15:15:52 -0500 (EST) Received: from mail.specialtystoreservices.com (mail.specialtystoreservices.com [67.39.169.194])ESMTP id 6440872C7DC for ; Tue, 22 Jun 2004 15:15:52 -0500 (EST) Received: from gregg8000 (gregg-8000.specialtystoreservices.com [192.168.111.159])i5MKb1Oj045459 for ; Tue, 22 Jun 2004 15:37:01 -0500 (CDT) (envelope-from brent@specialtystoreservices.com) From: "Brent Bolin" To: "'Pf4freebsd (E-mail)" Message-ID: <9A34E54D8FC8414D8DEDCA3FA8CA56D696B2F9@wilt.specialtystoreservices.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.25.0.62; VDF 6.25.0.106 X-Guardian: funnel X-Virus-Scanned: by amavisd-new at freelists.org X-archive-position: 353 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: brent@specialtystoreservices.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: 469 X-Length: 4649 X-Mailman-Approved-At: Thu, 16 Sep 2004 04:12:49 +0000 Subject: [pf4freebsd] Implementing 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:07:55 -0000 X-Original-Date: Tue, 22 Jun 2004 15:34:18 -0500 X-List-Received-Date: Thu, 16 Sep 2004 04:07:55 -0000 Have been running the pf port for some time with good results. Would like to implement altq. Upgraded from 5.2.1 to Current(tag=.) What do I need to do to make it happen? Current kernel config only contains this - options PFIL_HOOKS # pfil(9) framework options RANDOM_IP_ID It is loaded as a module. Do I need to add these to the kernel config for altq - http://people.freebsd.org/~mlaier An ALTQ kernel must include the following additional options: options ALTQ options ALTQ_CBQ # Class Bases Queueing options ALTQ_RED # Random Early Drop options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner options ALTQ_PRIQ # Prioirity Queueing options ALTQ_NOPCC # Required for SMP build Or can altq be loaded as a module also ? This same page also has a number of patches for different NIC's. Do they need to be patched if cvsup is Current ? Interface cards are xl and rl How do I install patches ? Thanks