From owner-freebsd-questions@FreeBSD.ORG Thu Mar 30 04:53:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F8316A400 for ; Thu, 30 Mar 2006 04:53:48 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E0243D45 for ; Thu, 30 Mar 2006 04:53:47 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so240148wxc for ; Wed, 29 Mar 2006 20:53:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T0DVqmHYaZDwYJkMnfPHT1wIhn+yelHZjF784EXgm5YeoTNQPaqJahzI6qYLAQMSLSedNBBzkKY0a2Mb4njzKLHr7B1IIuNr0JmXYake4BsX8SGiE2Nv68VKVCi8aShgEsbWSSkjTGxfmL6t2uvg7Nld2xOPOgwgyPy8EdiipNg= Received: by 10.70.25.9 with SMTP id 9mr1860183wxy; Wed, 29 Mar 2006 20:53:46 -0800 (PST) Received: by 10.70.57.15 with HTTP; Wed, 29 Mar 2006 20:53:46 -0800 (PST) Message-ID: Date: Wed, 29 Mar 2006 22:53:46 -0600 From: "illoai@gmail.com" To: fbsd_user@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Is ALTQ part of 6.0 base system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 04:53:48 -0000 On 3/29/06, fbsd_user wrote: > Back in 5.2 development when OpenBSD pf was being included > in the base system there was talk that ALTQ for bandwidth > management was also being worked on to become part of > the base system. > > What is the status of ALTQ is it a port or in the base system now? Kernel. grep ALTQ /usr/src/sys/conf/NOTES man 9 altq -- --