From owner-freebsd-current@FreeBSD.ORG Fri Jun 18 20:30:12 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 3F1BE16A4CE for ; Fri, 18 Jun 2004 20:30:12 +0000 (GMT) Received: from smp500.sitetronics.com (sitetronics.com [82.192.77.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FD943D31 for ; Fri, 18 Jun 2004 20:30:11 +0000 (GMT) (envelope-from dodell@sitetronics.com) Received: from [127.0.0.1] (helo=UebiMiau) by smp500.sitetronics.com with asmtp (Exim 4.24) id 1BaDrJ-000Hwo-VE; Tue, 15 Jun 2004 15:20:13 +0200 Received: from client 81.69.92.101 for UebiMiau2.7 (webmail client); Tue, 15 Jun 2004 15:20:13 -0000 Date: Tue, 15 Jun 2004 15:20:13 -0000 From: "Dodell" To: "asfdqwer xzcvdsf" , "current@freebsd.org"@FreeBSD.ORG X-Priority: 3 X-Mailer: UebiMiau 2.7.2 X-Original-IP: 81.69.92.101 Content-Transfer-Encoding: 8bit X-MSMail-Priority: Medium Importance: Medium Content-Type: text/plain; charset="iso-8859-1"; MIME-Version: 1.0 Message-Id: X-Mailman-Approved-At: Sat, 19 Jun 2004 12:07:10 +0000 Subject: Re: altq X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dodell List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 20:30:12 -0000 > Greetings.. > > I got really excited when I saw the altq commits > and cvsuped to the latest tree today. I > recompiled my kernel and world with a newly > added "options ALTQ" and edited my pf.conf file. > But I got the following error: > > "altq not defined on em0" > > Did I jump the gun a little, is altq not > fully functional? Is there a ALTQ entry > in the handbook that I missed somewhere? > > Thanks, > > # ALTQ > altq on $ext_if bandwidth 2Mb cbq queue { test } I think Max said that the interface hooks hadn't been imported yet -- they'll be imported next if this current import doesn't cause too many probs. --Devon