From owner-freebsd-pf@FreeBSD.ORG Tue Aug 22 17:36:57 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 0B00116A4EA for ; Tue, 22 Aug 2006 17:36:57 +0000 (UTC) (envelope-from zope@2012.vi) Received: from mail.dunhill.ws (satnet64-79.wctc.net [66.208.64.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBE543D77 for ; Tue, 22 Aug 2006 17:36:53 +0000 (GMT) (envelope-from zope@2012.vi) Received: from [10.0.0.172] (3puntacana97.codetel.net.do [200.88.97.3]) by mail.dunhill.ws (Weasel v1.73) for ; 22 Aug 2006 13:36:50 -0400 Message-ID: <44EB40A2.3000207@2012.vi> Date: Tue, 22 Aug 2006 13:36:34 -0400 From: beno User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-pf@freebsd.org References: <001301c6c60b$d3657760$0202fea9@bretlaptop> In-Reply-To: <001301c6c60b$d3657760$0202fea9@bretlaptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ATLQ Support 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: Tue, 22 Aug 2006 17:36:57 -0000 Bret Esquivel wrote: > Beno, > > That only added pf support to the kernel. Add these to your kernel config: > > options ALTQ > options ALTQ_CBQ # Class Bases Queuing (CBQ) > options ALTQ_RED # Random Early Detection (RED) > options ALTQ_RIO # RED In/Out > options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC) > > options ALTQ_PRIQ # Priority Queuing (PRIQ) > That worked, thank you. beno