From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 12:50:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D72516A4CE for ; Tue, 24 Aug 2004 12:50:41 +0000 (GMT) Received: from mallaury.noc.nerim.net (smtp-102-tuesday.noc.nerim.net [62.4.17.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id E052C43D70 for ; Tue, 24 Aug 2004 12:50:40 +0000 (GMT) (envelope-from bettan@nerim.net) Received: from webmail.nerim.net (archimonde.nerim.net [62.4.16.97]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 0812162FAA for ; Tue, 24 Aug 2004 14:50:34 +0200 (CEST) Received: from ::ffff:62.212.121.38 (SquirrelMail authenticated user bettan); by webmail.nerim.net with HTTP; Tue, 24 Aug 2004 14:50:30 +0200 (CEST) Message-ID: <2336.::ffff:62.212.121.38.1093351830.squirrel@::ffff:62.212.121.38> Date: Tue, 24 Aug 2004 14:50:30 +0200 (CEST) From: bettan@nerim.net To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: altq on freebsd 5.2-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 12:50:41 -0000 hello , i have compiled my kernel with this 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 device pf device pflog device pfsync I have patched if_xl.c dans if_vr.c with this patchs http://people.freebsd.org/~mlaier/ALTQ_driver/ and i have put this rules in my pf.conf : int = "xl0" altq on $int cbq bandwidth 1024Kb queue { std } And when i run pf i have this message : altq not defined on xl0 pfctl: Syntax error in config file: pf rules not loaded I don't hav /dev/altq in my freebsd too. Anyone have an idea for this problem ?