Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2005 12:00:25 -0600
From:      Jay <jay@meangrape.com>
To:        freebsd-pf@freebsd.org
Subject:   [jay@meangrape.com: Re: qtype not configured]
Message-ID:  <20050122180025.GC64096@mail.meangrape.com>

next in thread | raw e-mail | index | archive | help
Oops.  Should've sent this to the list as well.

----- Forwarded message from Jay <jay@meangrape.com> -----

Subject: Re: qtype not configured
To: Nick Buraglio <nick@buraglio.com>

On Sat, Jan 22, 2005 at 09:38:06AM -0600, Nick Buraglio wrote:
> I'm trying to get pf/altq working under freebsd 5.3-stable aving some 
> issues.  I have compiled the kernel with:
> 
> options         ALTQ
> device          pf
> device          pflog
> device          pfsync

Additional kernel options confiqure which type of queues that ALTQ can
handle.  

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       # Priority Queueing
options   ALTQ_NOPCC      # Required for SMP build
options   ALTQ_DEBUG

Check out the man pages; pick the ones you want, or just throw them all
in.

-- 
Jay.

----- End forwarded message -----

-- 
Jay.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050122180025.GC64096>